diff --git a/configure-stormux.sh b/configure-stormux.sh index ff684d4..179b6cb 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -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