From f49ba0699db51224f7669c26042f609c67f680e1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 26 Jul 2024 00:01:17 -0600 Subject: [PATCH] fix --- debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.sh b/debian.sh index 74c166b..e80fd62 100755 --- a/debian.sh +++ b/debian.sh @@ -43,7 +43,7 @@ SSID='123456' WIRELESS_INTERFACE='wlan0' DISK_PASSWORD='123456' COMPRESSION='compress=zstd:10' -AUTO_DECRYPT='True' +AUTO_DECRYPT='False' FLATPAKS+=(io.exodus.Exodus us.zoom.Zoom) DESKTOP="GNOME" BROWSER="librewolf" @@ -169,7 +169,7 @@ live-os-restore() { LIVE_OS_SUBVOL="@$(mount | grep -i ' / ' | cut -d '@' -f2 | sed 's/)//g')" mount $LIVE_OS_DM /tmp/live cd /tmp/live/$LIVE_OS_SUBVOL - rsync -a --delete . --exclude=sys/ --exclude=dev/ --exclude=proc/ --exclude=run/ $TARGET/ + rsync -a --delete . --exclude=sys/* --exclude=dev/* --exclude=proc/* --exclude=run/* $TARGET/ fstab cp -f $SCRIPT/debian.sh $TARGET/usr/bin/ systemMounts