diff --git a/installer/installer.sh b/installer/installer.sh index 453c572..813c6b6 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -9,7 +9,6 @@ ## $5 -> Is a "various-sentence command"? (1 -> First / Not lastest, 2 -> Last ) function comm { local command - command=$4 # First complete the command, if necessary if [[ $3 == "chroot" ]];then command="chroot /mnt /bin/bash -c \"$4\"" @@ -30,6 +29,7 @@ function comm { fi #Run command. (Command is $4) $command + echo $command # Update multiSentence var if [[ $5 == "1" ]];then