From 09443428ba0054354fd9a04f126cfe735cb999df Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:50:04 +1100 Subject: [PATCH] Added python3 and python3-full --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6b49336..6f25773 100755 --- a/install.sh +++ b/install.sh @@ -124,7 +124,7 @@ echo ' ' set -x # Install personal apt packages -sudo apt install -y git htop golang figlet irssi cmatrix neofetch cowsay fortune-mod tint smartmontools udevil samba cifs-utils mergerfs tty-clock lolcat libsass1 dpkg npm python3 needrestart lynx wget curl zsh net-tools network-manager ssh-import-key --fix-missing +sudo apt install -y python3 python3-full pip git htop golang figlet irssi cmatrix neofetch cowsay fortune-mod tint smartmontools udevil samba cifs-utils mergerfs tty-clock lolcat libsass1 dpkg npm python3 needrestart lynx wget curl zsh net-tools network-manager ssh-import-key --fix-missing # Print commands set -x