Update install script

This commit is contained in:
iFargle 2023-09-22 08:33:59 +09:00
parent b8bef39cd4
commit 2c57539f9f

View file

@ -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}"