Auto-sync from catchthesethighs

This commit is contained in:
adlee-was-taken
2025-12-20 11:36:01 -05:00
parent b329619819
commit d4258464d1

View File

@@ -136,7 +136,7 @@ less() {
} }
# Arch system upgrade with snapper pre/post # Arch system upgrade with snapper pre/post
system-update() { sys-update() {
local update_date=$(date -d "today" +"%Y%m%d%H%M") local update_date=$(date -d "today" +"%Y%m%d%H%M")
sudo snapper -c root create --description "System Update ${update_date}--command "sudo pacman -Syu"' sudo snapper -c root create --description "System Update ${update_date}" --command "sudo pacman -Syu"
} }