Updated Home (markdown)

Anton Hvornum 2020-08-19 19:22:24 +00:00
parent 15c18acf57
commit 296cffeeb7
1 changed files with 1 additions and 1 deletions

@ -33,7 +33,7 @@ The addition will be a custom mirror pointing towards [archlife](https://archlin
While standing in the `archiso` folder, create and add the following:
# mkdir -p ./airootfs/etc/skel
# cat <<EOF >> ./airootfs/etc/skel/.zprofile
# cat <<\EOF >> ./airootfs/etc/skel/.zprofile
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "archinstall"
EOF