We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43976b commit fcb3e9cCopy full SHA for fcb3e9c
install/terminal/required/app-gum.sh
@@ -1,6 +1,6 @@
1
# Gum is used for the Omakub commands for tailoring Omakub after the initial install
2
cd /tmp
3
-GUM_VERSION="0.14.1" # Use known good version
+GUM_VERSION="0.14.3" # Use known good version
4
wget -qO gum.deb "https://github.com/charmbracelet/gum/releases/latest/download/gum_${GUM_VERSION}_amd64.deb"
5
sudo apt-get install -y ./gum.deb
6
rm gum.deb
0 commit comments