summaryrefslogtreecommitdiffstats
path: root/arch-install/arch-setup-0.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-12-04 13:54:12 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-12-04 13:54:12 +0100
commit7ee6522cf8c34f41fb692e35da4a7c33753e7782 (patch)
tree260f88e3e84c896f6c6f6b54036c520dd2a6c3ad /arch-install/arch-setup-0.sh
parent44989d942d38a6e41d32ea2b8dc9cae09ebe640b (diff)
downloadbin-7ee6522cf8c34f41fb692e35da4a7c33753e7782.zip
bin-7ee6522cf8c34f41fb692e35da4a7c33753e7782.tar.gz
arch-setup-0.sh : silly typo
Diffstat (limited to 'arch-install/arch-setup-0.sh')
-rwxr-xr-xarch-install/arch-setup-0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-install/arch-setup-0.sh b/arch-install/arch-setup-0.sh
index eccf38e..9df0603 100755
--- a/arch-install/arch-setup-0.sh
+++ b/arch-install/arch-setup-0.sh
@@ -68,7 +68,7 @@ cp hostname locale.conf vconsole.conf /mnt/etc/
sed -i 's/#fr_CH/fr_CH/; s/#en_GB/en_GB/; s/#en_US/en_US/;' /mnt/etc/locale.gen
sed -i 's/^#\[multilib\]/[multilib]/; T; n; s/^#Include/Include/' /mnt/etc/pacman.conf
-cp arch-setup-1.sh /mnt/ | exit 1
+cp arch-setup-1.sh /mnt/ || exit 1
say " *** now launch ./arch-setup-1.sh !"
arch-chroot /mnt