Skip to content

Commit

Permalink
ajout de google
Browse files Browse the repository at this point in the history
  • Loading branch information
nogebeat committed Oct 12, 2024
1 parent 25e7b24 commit 88326b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions App-code/src/script_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ sudo apt --fix-broken install -y || erreur "La réparation des paquets brisés a

wget -O discord.deb "https://discord.com/api/download?platform=linux&format=deb" || erreur "Impossible de creer le fichier discord.deb."

wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" || erreur "Impossible de creer le fichier de google"

sudo dpkg -i ./discord.deb || erreur "L'installation de Discord a échoué."

sudo dpkg -i google-chrome-stable_current_amd64.deb || erreur "L'installation de Google a échoué."

sudo apt install -y docker.io docker-compose || erreur "L'installation de Docker a échoué."

sudo apt --fix-broken install -y || erreur "La réparation des paquets brisés a échoué."
Expand Down

0 comments on commit 88326b4

Please sign in to comment.