Rip out the last remnants of AUR

This commit is contained in:
David Heinemeier Hansson
2025-08-25 07:04:43 +02:00
parent a67fc717c1
commit dfda4f895a
11 changed files with 32 additions and 58 deletions

View File

@@ -1,13 +1,5 @@
#!/bin/bash
if ! command -v tzupdate &>/dev/null; then
if omarchy-pkg-aur-accessible; then
yay -S --noconfirm tzupdate
else
notify-send "Installing tzupdate failed due to AUR being unavailable..."
fi
fi
sudo tzupdate
new_timezone=$(timedatectl show -p Timezone --value)
omarchy-restart-waybar