This commit is contained in:
pika 2025-05-08 17:20:55 +02:00
parent c1a645e999
commit d77b1769a3

View file

@ -75,6 +75,7 @@
cd $tempDir || mkdir $tempDir && cd $tempDir cd $tempDir || mkdir $tempDir && cd $tempDir
curl -fsSL $url -o pkgui || echo_warning "Could not curl $url" curl -fsSL $url -o pkgui || echo_warning "Could not curl $url"
chmod +x ./pkgui
} }
instPkgUI() { instPkgUI() {