Skip to content

Commit 5b55894

Browse files
committed
Change EasyEngine Update Method
1 parent d6bcebd commit 5b55894

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

usr/local/sbin/easyengine

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,9 @@ elif [ "$1" = "update" ]
21512151
then
21522152

21532153
# Update EasyEngine
2154-
/bin/bash /usr/local/sbin/eeupdate
2154+
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
21552157

21562158
else
21572159
echo -e "\033[34mList Of Available Commands:\e[0m"

0 commit comments

Comments
 (0)