Skip to content

Commit 432dd07

Browse files
authored
Update installer-gui.sh
1 parent 3314c78 commit 432dd07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎script/installer-gui.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ TITLE="Software installer"
66
OPTIONS=(
77
1 "💿 node.js, yarn, webpack"
88
2 "💿 MySQL"
9+
3 "💿 Pure-FTPd"
910
)
1011

1112
source "/usr/local/turbolab.it/webstackup/script/base-gui.sh"
1213

1314
case $CHOICE in
1415
1)bash "${WEBSTACKUP_SCRIPT_DIR}node.js/install.sh";;
1516
2)bash "${WEBSTACKUP_SCRIPT_DIR}mysql/install.sh";;
17+
2)bash "${WEBSTACKUP_SCRIPT_DIR}pure-ftpd/install.sh";;
1618
esac

0 commit comments

Comments
 (0)