From a9aac24049f8db39bd958b575cfdc514e5d8c933 Mon Sep 17 00:00:00 2001 From: theregoesmyeye <64832453+theregoesmyeye@users.noreply.github.com> Date: Sun, 5 May 2024 21:55:22 -0400 Subject: [PATCH] Update setup.sh --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 40468c4..37bc9ec 100644 --- a/setup.sh +++ b/setup.sh @@ -81,6 +81,8 @@ install_package tur-repo install_package x11-repo pkg update && pkg upgrade -y install_package git +install_package mc +install_package synaptic install_package code-oss install_package tilde install_package nodejs @@ -96,7 +98,7 @@ read -p "Switch your default shell to zsh? (y/n) " -n 1 -r; echo [[ $REPLY =~ ^[Yy]$ ]] && { configure_zshrc; chsh -s zsh; } echo "All done! Changes made:" echo "- Termux repos updated (if you chose to)" -echo "- Installed tur, x11, git, code-oss, tilde (a way cooler nano), nodejs, xfce4, goodies, tigervnc, zsh, python3 (with pip), python2, chromium" +echo "- Installed tur, x11, git, code-oss, tilde (a way cooler nano), nodejs, xfce4, goodies, tigervnc, zsh, python3 (with pip), python2, chromium, Midnight Commander, and Synaptic Package Manager" echo "- Updated .zshrc (if existed)" echo "- Switched shell to zsh (if you chose to)" echo "Reminder: Restart Termux, then run 'vncpasswd' to set a password for your VNC server."