From c39663145594775970fe720c2c31e7722e58ab49 Mon Sep 17 00:00:00 2001 From: 1kamma Date: Tue, 21 Jun 2022 14:28:12 +0300 Subject: [PATCH] more --- saretlinux.sh | 1 + 1 file changed, 1 insertion(+) 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)"' ];