mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Blue Turtle - The Refactoring+
- Update install scripts
This commit is contained in:
parent
b7d08eb500
commit
c7e70c03e8
6 changed files with 269 additions and 85 deletions
|
@ -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."
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue