Update pack.sh
This commit is contained in:
parent
d658a3b861
commit
176f5b8a0d
1 changed files with 1 additions and 1 deletions
2
pack.sh
2
pack.sh
|
@ -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...
|
||||||
|
|
Loading…
Reference in a new issue