Merge pull request #4 from outis1one/claude/review-repo-docs-QFDqX
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
|
- **ncdu** - Disk usage analyzer with ncurses interface
|
||||||
- **git** - Version control system
|
- **git** - Version control system
|
||||||
- **curl & wget** - Download tools
|
- **curl & wget** - Download tools
|
||||||
- **vim** - Text editor (instructions use nano)
|
|
||||||
- **htop** - Interactive process viewer
|
- **htop** - Interactive process viewer
|
||||||
- **tree** - Directory structure visualizer
|
- **tree** - Directory structure visualizer
|
||||||
- **zip/unzip** - Archive utilities
|
- **zip/unzip** - Archive utilities
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ echo " - ncdu: Disk usage analyzer with ncurses interface"
|
|||||||
echo " - git: Version control system"
|
echo " - git: Version control system"
|
||||||
echo " - curl: Command-line tool for transferring data with URLs"
|
echo " - curl: Command-line tool for transferring data with URLs"
|
||||||
echo " - wget: Network downloader"
|
echo " - wget: Network downloader"
|
||||||
echo " - vim: Advanced text editor"
|
|
||||||
echo " - htop: Interactive process viewer"
|
echo " - htop: Interactive process viewer"
|
||||||
echo " - tree: Display directory structure in tree format"
|
echo " - tree: Display directory structure in tree format"
|
||||||
echo " - zip/unzip: Archive compression utilities"
|
echo " - zip/unzip: Archive compression utilities"
|
||||||
@@ -114,7 +113,6 @@ apt install -y \
|
|||||||
git \
|
git \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
vim \
|
|
||||||
htop \
|
htop \
|
||||||
tree \
|
tree \
|
||||||
zip \
|
zip \
|
||||||
@@ -1009,7 +1007,7 @@ echo ""
|
|||||||
echo "=== Installation Complete! ==="
|
echo "=== Installation Complete! ==="
|
||||||
echo ""
|
echo ""
|
||||||
echo "Installed Software:"
|
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"
|
echo " ✓ OpenSSH Server - SSH remote access"
|
||||||
if [ "$INSTALL_DOCKER" = "y" ] || [ "$INSTALL_DOCKER" = "Y" ]; then
|
if [ "$INSTALL_DOCKER" = "y" ] || [ "$INSTALL_DOCKER" = "Y" ]; then
|
||||||
echo " ✓ Docker Engine + Docker Compose"
|
echo " ✓ Docker Engine + Docker Compose"
|
||||||
|
|||||||
Reference in New Issue
Block a user