Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phitem
Environnement Bureau Gnome
Commits
3ea05203
Commit
3ea05203
authored
Jun 18, 2021
by
Alexandru Ovidiu Gacea
Browse files
Add python3-apt to readme & install.sh to avoid warning
parent
6366ca3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3ea05203
...
...
@@ -17,10 +17,10 @@ Pour toute question, merci d'utiliser l'[issue tracker](https://gricad-gitlab.un
### Setup
Installer Ansible :
Installer Ansible
et python
:
```
bash
sudo
apt
install
ansible
sudo
apt
install
ansible
python3-apt
```
Cloner le dépôt du gricad-gitlab :
...
...
install.sh
View file @
3ea05203
#!/bin/bash
DEPENDENCIES
=
"git ansible python-apt"
DEPENDENCIES
=
"git ansible python
3
-apt"
REPO
=
"https://gricad-gitlab.univ-grenoble-alpes.fr/phitem/environnement-bureau-gnome.git"
install_dependencies
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment