From f4b2053b4cffb7e5aac8cdb620b8df9fcf70dca4 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 23 Aug 2017 12:42:23 +0800 Subject: [PATCH] updated --- buildpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpkg b/buildpkg index f343501..954792e 100755 --- a/buildpkg +++ b/buildpkg @@ -77,7 +77,7 @@ getsource() { downloadsource(){ - if [ ! -e /usr/bin/wgeta ]; then + if [ ! -e /usr/bin/wget ]; then msgerr "Wget not installed." exitscript1 fi