mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-25 03:43:43 +01:00
Ensure gum deb package is cleaned up
This commit is contained in:
parent
9ab53493a9
commit
509f695257
@ -236,6 +236,7 @@ function install_charm_packages() {
|
||||
curl -s https://api.github.com/repos/charmbracelet/gum/releases/latest | grep "browser_download_url.*deb" | grep "$ARCH" | cut -d : -f 2,3 | tr -d '"' | wget -qi -
|
||||
sudo dpkg -i gum*.deb
|
||||
sudo apt -f install
|
||||
rm -v gum*
|
||||
fi
|
||||
|
||||
if test -f /etc/redhat-release; then
|
||||
|
Loading…
Reference in New Issue
Block a user