Update pack.sh

This commit is contained in:
Sam Sneed 2024-08-08 21:07:51 +00:00 committed by GitHub
parent d658a3b861
commit 176f5b8a0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Install requirements via apt.... # Install requirements via apt....
sudo apt update ## Update repo info.... sudo apt update ## Update repo info....
sudo apt install -y flatpak wget curl ## requirements via apt.... sudo apt install -y flatpak wget curl python3 python3-pip ## requirements via apt....
# Uninstall the "politically heated" firefox, thunderbird, and "stale" libreoffice... we will replace these later! ;) # Uninstall the "politically heated" firefox, thunderbird, and "stale" libreoffice... we will replace these later! ;)
sudo apt remove -y firefox ## Checks for the apt package... sudo apt remove -y firefox ## Checks for the apt package...