Skip to content

Commit

Permalink
Merge pull request #232 from cyommer/master
Browse files Browse the repository at this point in the history
Fix gum installer
  • Loading branch information
dhh authored Jul 25, 2024
2 parents 5fe2291 + 40eab22 commit 9f900e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/terminal/required/app-gum.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gum is used for the Omakub commands for tailoring Omakub after the initial install
cd /tmp
GUM_VERSION="0.14.3" # Use known good version
wget -qO gum.deb "https://github.com/charmbracelet/gum/releases/latest/download/gum_${GUM_VERSION}_amd64.deb"
wget -qO gum.deb "https://github.com/charmbracelet/gum/releases/download/v${GUM_VERSION}/gum_${GUM_VERSION}_amd64.deb"
sudo apt-get install -y ./gum.deb
rm gum.deb
cd -

0 comments on commit 9f900e1

Please sign in to comment.