diff --git a/arch_install.sh b/arch_install.sh index 88d03de..2b738ca 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -663,6 +663,7 @@ then echo "You almost lost your stuff!!" exit 1 fi + if [ "$1" == "chroot" ] then configure @@ -673,4 +674,4 @@ else setup fi -# vim:foldmethod=marker +# vim:foldmethod=marker \ No newline at end of file