mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Install gum prior to the preflight guard (#684)
* Use `read` instead of `gum` in the preflight guard * Revert "Use `read` instead of `gum` in the preflight guard" This reverts commit 759dbb70454dccc27b78b198bf077e076750fefc. * Install `gum`, if required, at the beginning of `install.sh` * `gum` is already installed by the `presentation.sh` stage * Use existing structure --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
3
install/preflight/gum.sh
Normal file
3
install/preflight/gum.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
yay -S --noconfirm --needed gum
|
||||
Reference in New Issue
Block a user