install.sh

Finished up
root/march-chroot.sh
Fixed up arguments
root/march-reboot.sh
Fixed up arguments
This commit is contained in:
TuDatTr
2020-05-24 04:18:05 +02:00
parent ed5168f596
commit 7261629359
3 changed files with 41 additions and 18 deletions

View File

@@ -43,9 +43,13 @@ while true; do
sudogrp="$2"
shift 2
;;
--)
shift
break
;;
*)
echo "Programming error"
exit3
exit 3
;;
esac
done