From 78e07160e248c9e8bcff3575e169c35aaafb87f6 Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Sat, 13 Apr 2024 01:11:06 -0400 Subject: [PATCH] Update RMxxx_rgmii_toolkit.sh --- RMxxx_rgmii_toolkit.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index ed71af8..9dcf77b 100644 --- a/RMxxx_rgmii_toolkit.sh +++ b/RMxxx_rgmii_toolkit.sh @@ -426,10 +426,6 @@ install_ttyd() { mount -o remount,rw / - if [ ! -d "/usrdata/lighttpd" ]; then - install_lighttpd - fi - if [ -d "/usrdata/ttyd" ]; then echo -e "\e[1;34mttyd is already installed. Choose an option:\e[0m" echo -e "\e[1;34m1.) Update to ttyd 1.7.7 (If you are using ttyd you will temporarly loose connection, update will continue ...)\e[0m"