diff --git a/Home.md b/Home.md index ae1479d..0e7d7fc 100644 --- a/Home.md +++ b/Home.md @@ -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 <> ./airootfs/etc/skel/.zprofile + # cat <<\EOF >> ./airootfs/etc/skel/.zprofile [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "archinstall" EOF