From 11f1be24b3bfd701bb7ebaf3f465e5e2e99e7912 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:17:59 +1100 Subject: [PATCH] Added more apt packages --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 07d8d36..3de27d5 100755 --- a/install.sh +++ b/install.sh @@ -122,7 +122,7 @@ echo ' ' # 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 --fix-missing +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 # Print commands set -x