diff --git a/sh/debian/ubuntu/configure-atos.sh b/sh/debian/ubuntu/configure-atos.sh index 89e7ad595..8a26d2dbd 100644 --- a/sh/debian/ubuntu/configure-atos.sh +++ b/sh/debian/ubuntu/configure-atos.sh @@ -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