From 1226bff8c8315fb3ebf8b4d87cb05915f186ebd9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 28 Dec 2025 03:06:06 +0000 Subject: [PATCH] Remove vim from installed utilities --- README.md | 1 - ubuntu-post-install.sh | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0dc0aba..295927a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ Automated setup script for Ubuntu 24.04 Desktop that installs essential tools, c - **ncdu** - Disk usage analyzer with ncurses interface - **git** - Version control system - **curl & wget** - Download tools -- **vim** - Text editor (instructions use nano) - **htop** - Interactive process viewer - **tree** - Directory structure visualizer - **zip/unzip** - Archive utilities diff --git a/ubuntu-post-install.sh b/ubuntu-post-install.sh index 774f3c8..2d7bb6d 100644 --- a/ubuntu-post-install.sh +++ b/ubuntu-post-install.sh @@ -101,7 +101,6 @@ echo " - ncdu: Disk usage analyzer with ncurses interface" echo " - git: Version control system" echo " - curl: Command-line tool for transferring data with URLs" echo " - wget: Network downloader" -echo " - vim: Advanced text editor" echo " - htop: Interactive process viewer" echo " - tree: Display directory structure in tree format" echo " - zip/unzip: Archive compression utilities" @@ -114,7 +113,6 @@ apt install -y \ git \ curl \ wget \ - vim \ htop \ tree \ zip \ @@ -1009,7 +1007,7 @@ echo "" echo "=== Installation Complete! ===" echo "" echo "Installed Software:" -echo " ✓ net-tools, ncdu, git, curl, wget, vim, htop, tree, zip/unzip" +echo " ✓ net-tools, ncdu, git, curl, wget, htop, tree, zip/unzip" echo " ✓ OpenSSH Server - SSH remote access" if [ "$INSTALL_DOCKER" = "y" ] || [ "$INSTALL_DOCKER" = "Y" ]; then echo " ✓ Docker Engine + Docker Compose"