diff options
-rwxr-xr-x | bin/g-i-installation.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index da6ac669..094993c1 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -374,18 +374,18 @@ normal_action() { ;; 620) do_and_report key enter ;; - 630) do_and_report type "su" - ;; - 640) do_and_report key enter - ;; - 650) do_and_report type r00tme + 650) do_and_report type "su" ;; 660) do_and_report key enter ;; - 670) do_and_report type "poweroff" + 670) do_and_report type r00tme ;; 680) do_and_report key enter ;; + 690) do_and_report type "poweroff" + ;; + 700) do_and_report key enter + ;; *) ;; esac ;; |