From 176f5b8a0d3b0da98db1fcdd28b04eb468513b80 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:07:51 +0000 Subject: [PATCH] Update pack.sh --- pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.sh b/pack.sh index a524a44..593bfb2 100644 --- a/pack.sh +++ b/pack.sh @@ -1,6 +1,6 @@ # Install requirements via apt.... 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! ;) sudo apt remove -y firefox ## Checks for the apt package...