From 6e3ccb63d78b24bc9ad79fcb6cd71d7a6841997c Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:25:06 -0400 Subject: [PATCH] Update installentware.sh -Now installs: mc: GUI file browser htop: graphical view of system resources dfc: graphical view of disk space lsof: list open files (show what's using a particular thing/file) --- installentware.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/installentware.sh b/installentware.sh index cb81d56..cc0532a 100644 --- a/installentware.sh +++ b/installentware.sh @@ -236,5 +236,15 @@ opkg update && opkg install shadow-login shadow-passwd ln -sf /opt/bin/passwd /usr/bin/ echo -e "\e[1;31mPlease set your system login password.\e[0m" /usr/bin/passwd + + # Install basic and useful utilites + opkg install mc + ln -sf /opt/bin/mc /bin + opkg install htop + ln -sf /opt/bin/htop /bin + opkg install dfc + ln -sf /opt/bin/dfc /bin + opkg install lsof + ln -sf /opt/bin/lsof /bin # Remount filesystem as read-only mount -o remount,ro /