Update tools

This commit is contained in:
2026-08-23 06:38:14 +00:00
parent 10a89abbae
commit 47034c5165
+9 -9
View File
@@ -23,31 +23,31 @@ read -r x
case $x in
1)
htop
./tools
tab="menu"
;;
2)
ytree
./tools
tab="menu"
;;
3)
nano
./tools
tab="menu"
;;
4)
hexedit
./tools
tab="menu"
;;
5)
sudo iftop
./tools
tab="menu"
;;
6)
links
./tools
tab="menu"
;;
7)
irssi
./tools
tab="menu"
;;
9)
clear
@@ -55,7 +55,7 @@ case $x in
sudo apt update; sudo apt install htop ytree nano hexedit iftop links irssi
echo 'DONE.'
read -n1
./tools
tab="menu"
;;
0)
clear
@@ -64,7 +64,7 @@ case $x in
*)
clear
echo "NO OPTION"
./tools
tab="menu"
;;
esac