diff --git a/pkgui.sh b/pkgui.sh index 71199e8..f1aee07 100644 --- a/pkgui.sh +++ b/pkgui.sh @@ -75,6 +75,7 @@ cd $tempDir || mkdir $tempDir && cd $tempDir curl -fsSL $url -o pkgui || echo_warning "Could not curl $url" + chmod +x ./pkgui } instPkgUI() {