Add irc option for help
This commit is contained in:
@ -77,6 +77,9 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Set timezone")
|
||||
source .includes/timezone.sh
|
||||
;;
|
||||
"Get help on IRC")
|
||||
source .includes/irc.sh
|
||||
;;
|
||||
"Update configure-stormux")
|
||||
sudo git pull
|
||||
exit $?
|
||||
@ -92,6 +95,7 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Screen reader" \
|
||||
"Set up gaming" \
|
||||
"Set timezone" \
|
||||
"Get help on IRC" \
|
||||
"Update configure-stormux" \
|
||||
)" || break
|
||||
done
|
||||
|
Reference in New Issue
Block a user