mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-12 13:21:33 -05:00
Suppressing some output.
This commit is contained in:
parent
b30fab7b2a
commit
27ab6288fd
@ -158,7 +158,7 @@ arch-chroot /mnt /bin/bash -e <<"EOF"
|
|||||||
umount /.snapshots
|
umount /.snapshots
|
||||||
rm -r /.snapshots
|
rm -r /.snapshots
|
||||||
snapper --no-dbus -c root create-config /
|
snapper --no-dbus -c root create-config /
|
||||||
btrfs subvolume delete /.snapshots
|
btrfs subvolume delete /.snapshots &>/dev/null
|
||||||
mkdir /.snapshots
|
mkdir /.snapshots
|
||||||
mount -a
|
mount -a
|
||||||
chmod 750 /.snapshots
|
chmod 750 /.snapshots
|
||||||
|
Loading…
Reference in New Issue
Block a user