From d77b1769a3a2f96ba59fcf9a4389d261dca2c3f5 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 8 May 2025 17:20:55 +0200 Subject: [PATCH] wip --- pkgui.sh | 1 + 1 file changed, 1 insertion(+) 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() {