From 771a1cb1ddd69bb24ab40a95e8d9dddff4a49139 Mon Sep 17 00:00:00 2001 From: billypom on debian Date: Sat, 1 Feb 2025 21:15:21 -0500 Subject: [PATCH] server mode --- debian.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 6233f47..2e8dc65 100755 --- a/debian.sh +++ b/debian.sh @@ -69,7 +69,11 @@ sudo apt update echo "Purging yucky packages" sudo apt purge nano evolution nautilus echo "Installing yummy packages" -sudo apt install vim git cifs-utils nfs-common ripgrep stow virtualenv wget zip unzip kitty libfuse-dev python3-pip nemo ncdu tldr htop +if $is_server; then + sudo apt install vim git cifs-utils nfs-common ripgrep stow virtualenv wget zip unzip kitty python3-pip ncdu tldr htop +else + sudo apt install vim git cifs-utils nfs-common ripgrep stow virtualenv wget zip unzip kitty libfuse-dev python3-pip nemo ncdu tldr htop +fi if $is_server; then echo ":3"