update(atos-script): adds the installation of chrome

This commit is contained in:
Christopher Fremond 2023-02-27 10:50:29 +00:00 committed by GitHub
parent 3e890943ff
commit 5c3303f0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -155,6 +155,12 @@ done
apt-get --no-install-recommends -y install libreoffice
# Install Chrome
wget 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb'
dpkg -i google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
# End of script reached
# set bashrc path