Remove vim from installed utilities
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user