Update install script
This commit is contained in:
parent
b8bef39cd4
commit
2c57539f9f
1 changed files with 0 additions and 6 deletions
|
@ -6,12 +6,6 @@ let
|
|||
|
||||
#set -euo pipefail
|
||||
|
||||
# check if we are running in a live CD environment.
|
||||
if [ df -h | grep tmpfs | grep /$ | wc -l -ne 1 ]; then
|
||||
echo "ERROR! Not in a live CD environment (/ is not tmpfs)."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
TARGET_HOST="''${1:-}"
|
||||
TARGET_USER="''${2:-albert}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue