Update ability added. Normally this will be placed in /opt/configure-stormux, so update requires sudo.
This commit is contained in:
parent
f2cb2c6e06
commit
72a9cf4517
@ -63,6 +63,10 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Set up gaming")
|
||||
source .includes/gaming.sh
|
||||
;;
|
||||
"Update configure-stormux")
|
||||
sudo git pull
|
||||
exit $?
|
||||
;;
|
||||
esac
|
||||
choice="$(menulist \
|
||||
"Change username" \
|
||||
@ -71,7 +75,7 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Install Ratpoison Windowmanager" \
|
||||
"Screen reader" \
|
||||
"Set up gaming" \
|
||||
"Exit" \
|
||||
"Update configure-stormux" \
|
||||
)" || break
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user