mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Rip out the last remnants of AUR
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user