Always use apt install
This commit is contained in:
parent
1e45c23f0e
commit
48a2dd3b32
@ -2,6 +2,6 @@
|
|||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
GUM_VERSION="0.14.1" # Use known good version
|
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"
|
curl -sLo gum.deb "https://github.com/charmbracelet/gum/releases/latest/download/gum_${GUM_VERSION}_amd64.deb"
|
||||||
sudo dpkg -i gum.deb
|
sudo apt install ./gum.deb
|
||||||
rm gum.deb
|
rm gum.deb
|
||||||
cd -
|
cd -
|
||||||
|
Loading…
Reference in New Issue
Block a user