summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh14
1 files changed, 11 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 43255ec2..94ba4591 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -374,18 +374,26 @@ normal_action() {
;;
620) do_and_report key enter
;;
- 650) do_and_report type "su"
+ 630) do_and_report type apt-get
+ ;;
+ 640) do_and_report key space
+ ;;
+ 650) do_and_report type moo
;;
660) do_and_report key enter
;;
- 670) do_and_report type r00tme
+ 670) do_and_report type "su"
;;
680) do_and_report key enter
;;
- 690) do_and_report type "poweroff"
+ 690) do_and_report type r00tme
;;
700) do_and_report key enter
;;
+ 710) do_and_report type "poweroff"
+ ;;
+ 720) do_and_report key enter
+ ;;
*) ;;
esac
;;