Browse Source

Update arch-setup.sh

main
Fr1nge 4 years ago
committed by GitHub
parent
commit
08250128a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch-setup/arch-setup.sh

+ 1
- 1
arch-setup/arch-setup.sh View File

@ -113,7 +113,7 @@ else
if [ "$home_s" = "y" ]; then
mkfs.ext4 $home
mkdir /mnt/sys/home
mount "/dev/mapper/home" /mnt/sys/home
mount "$home" /mnt/sys/home
fi
fi


Loading…
Cancel
Save