From fe2727efa7efc75a526326e33110362e09654abe Mon Sep 17 00:00:00 2001 From: Adam Radovits Date: Mon, 27 Aug 2018 19:52:05 +0000 Subject: [PATCH] Added OpenSUSE support --- INSTALL/now.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL/now.sh b/INSTALL/now.sh index 55ee23f5..86c4d1b3 100644 --- a/INSTALL/now.sh +++ b/INSTALL/now.sh @@ -8,6 +8,7 @@ echo "1. Ubuntu" echo "2. CentOS" echo "3. MacOS" echo "4. FreeBSD" +echo "5. OpenSUSE" echo "========" read oschoicee case $oschoicee in @@ -27,6 +28,11 @@ INSTALL/macos.sh chmod +x INSTALL/freebsd.sh INSTALL/freebsd.sh ;; +"5") +chmod +x INSTALL/opensuse.sh +INSTALL/opensuse.sh + ;; + *) echo "Choice not found." ;;