Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-04-06 19:51:57 +0200
committerGitHub <noreply@github.com>2018-04-06 19:51:57 +0200
commit6cb796aad532c11412498f78590a1d1a81f47d0f (patch)
tree95a3ad147c5182a48cfc9e0079e1021d710d10e0 /README.md
parent7107e8866f76b3c1983c5516d88532e8c2c43b9e (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0b79691..1a0bdd07 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ Just a bare bone arch install
# cd ~/archlive
# echo "git" >> packages.both
- # echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airrootfs.sh
+ # echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
# mkdir ./airootfs/etc/skel
- # echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.bash_profile
+ # echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.zprofile
# rm -v work/build.make_* && ./build.sh -v
> Note: `~/archlive` might be different on your system, see [ArchISO#Setup](https://wiki.archlinux.org/index.php/archiso#Setup) for more info.