Gum for the omakub bins
This commit is contained in:
parent
a1f82d3092
commit
a680861ede
7
install/gum.sh
Normal file
7
install/gum.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Gum is used for the Omakub commands for tailoring Omakub after the initial install
|
||||||
|
cd ~/Downloads
|
||||||
|
GUM_VERSION="0.14.1" # Use known good version
|
||||||
|
curl -sLo gum.deb "https://github.com/charmbracelet/gum/releases/latest/download/gum_${GUM_VERSION}_amd64.deb"
|
||||||
|
sudo dpkg -i gum.deb
|
||||||
|
rm gum.deb
|
||||||
|
cd -
|
Loading…
Reference in New Issue
Block a user