mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make gum available as early as possible
This commit is contained in:
@@ -31,4 +31,7 @@ catch_errors() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Ensure gum is available as early as possible to retry errors
|
||||||
|
sudo pacman -S gum
|
||||||
|
|
||||||
trap catch_errors ERR
|
trap catch_errors ERR
|
||||||
|
|||||||
Reference in New Issue
Block a user