Browse Source

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

pull/1828/head
Christopher Fremond 1 year ago committed by GitHub
parent
commit
5c3303f0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      sh/debian/ubuntu/configure-atos.sh

6
sh/debian/ubuntu/configure-atos.sh diff.vendored

@ -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

Loading…
Cancel
Save