Update installentware.sh

Remove extra quotes
This commit is contained in:
Cameron Thompson
2024-03-16 22:15:32 -04:00
committed by GitHub
parent 92fb8ab335
commit 2970209753

View File

@@ -115,10 +115,10 @@ EOF
if [ -n "$PRE_OPKG_PATH" ]; then
while true; do
echo -e "\033[32mopkg already exists at: $PRE_OPKG_PATH"\033[0m"
echo -e "\033[32mDo you want to rename it to opkg_old?"\033[0m"
echo -e "\033[32mopkg already exists at: $PRE_OPKG_PATH\033[0m"
echo -e "\033[32mDo you want to rename it to opkg_old?\033[0m"
echo -e "\033[32m1) Yes (Highly Recommended)\033[0m"
echo -e "\033[32m2) No (The opkg command may not work)"\033[0m"
echo -e "\033[32m2) No (The opkg command may not work)\033[0m"
read -p "Select an option (1 or 2): " user_choice