This commit is contained in:
2022-06-21 14:28:12 +03:00
parent 9248efd62c
commit c396631455

View File

@@ -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)"' ];