Add amf_return return code everywhere

This commit is contained in:
maride
2017-09-02 15:07:59 +02:00
parent 3fcf5a6a96
commit 4c4b8b624c
10 changed files with 22 additions and 2 deletions

View File

@@ -6,3 +6,5 @@ pacstrap /mnt sudo
echo "~> Create group sudo and patch sudoers file"
arch-chroot /mnt groupadd sudo
arch-chroot /mnt sed -i "s/^# %sudo/%sudo/g" /etc/sudoers
amf_return=0