diff --git a/saretlinux.sh b/saretlinux.sh index e085867..248534e 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -28,20 +28,6 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then sudo reboot su $username fi -if [ "$(ls -a /usr/bin/ |grep googl)" != "google-drive-ocamlfuse" ]; then - sudo apt install -y software-properties-common dirmngr - sudo tee /etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa-bionic.list <