mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Update all the built-in packages from the ISO
This commit is contained in:
@ -12,6 +12,9 @@ catch_errors() {
|
|||||||
|
|
||||||
trap catch_errors ERR
|
trap catch_errors ERR
|
||||||
|
|
||||||
|
# Update all built-in packages
|
||||||
|
yay -Syu --noconfirm
|
||||||
|
|
||||||
# Install everything
|
# Install everything
|
||||||
for f in ~/.local/share/omarchy/install/*.sh; do
|
for f in ~/.local/share/omarchy/install/*.sh; do
|
||||||
echo -e "\nRunning installer: $f"
|
echo -e "\nRunning installer: $f"
|
||||||
|
Reference in New Issue
Block a user