This commit is contained in:
Your Name 2023-02-21 10:57:35 -07:00
parent e89aa4489b
commit a7639e9c14

View File

@ -153,7 +153,6 @@ os-restore() {
if [ "$3" = "home" ]; then
rsync -a --delete /home/ $TARGET/home/
chown -R $USER:$USER $TARGET/home/$USER
fi
fstab
@ -162,6 +161,7 @@ os-restore() {
chmod +x $TARGET/debian.sh
chroot $TARGET /debian.sh bootloader $1
chroot $TARGET /debian.sh btrfs-tweaks
chown -R $USER:$USER $TARGET/home/$USER
rm -f $TARGET/debian.sh
unmount
}