We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bcebd commit 5b55894Copy full SHA for 5b55894
usr/local/sbin/easyengine
@@ -2151,7 +2151,9 @@ elif [ "$1" = "update" ]
2151
then
2152
2153
# Update EasyEngine
2154
- /bin/bash /usr/local/sbin/eeupdate
+ echo -e "\033[34mChecking EasyEngine Update, Please Wait...\e[0m"
2155
+ /bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate) && exit 0;
2156
+ #/bin/bash /usr/local/sbin/eeupdate
2157
2158
else
2159
echo -e "\033[34mList Of Available Commands:\e[0m"
0 commit comments