1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 20:21:34 -05:00

Suppressing some output.

This commit is contained in:
Tommaso Chiti 2021-02-01 13:00:16 +01:00
parent b30fab7b2a
commit 27ab6288fd

View File

@ -158,7 +158,7 @@ arch-chroot /mnt /bin/bash -e <<"EOF"
umount /.snapshots
rm -r /.snapshots
snapper --no-dbus -c root create-config /
btrfs subvolume delete /.snapshots
btrfs subvolume delete /.snapshots &>/dev/null
mkdir /.snapshots
mount -a
chmod 750 /.snapshots