Remove vim from installed utilities

This commit is contained in:
Claude
2025-12-28 03:06:06 +00:00
parent 61ca1aa69f
commit 1226bff8c8
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -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
+1 -3
View File
@@ -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"