diff --git a/saretlinux.sh b/saretlinux.sh index c552bcd..8d355c3 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -23,6 +23,7 @@ EOF sudo apt-get update sudo apt-get install -y google-drive-ocamlfuse fi + s=$(grep -i "VERSION=" /etc/os-release) echo $s if [ "$s" = 'VERSION="9 (stretch)"' ];