Ensure gum deb package is cleaned up

This commit is contained in:
Jeffrey Serio 2024-11-24 05:48:39 -06:00
parent 9ab53493a9
commit 509f695257

View File

@ -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