mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Extra resilience for on-demand installation
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! command -v tzupdate &>/dev/null; then
|
||||
yay -S --noconfirm --needed tzupdate
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user