Merge pull request from techcoder20/patch-7

Fixed bug in Pi-Apps Terminal Plugin where it wont work with apps which have space in their name
pull/429/head
Botspot committed by GitHub
commit 91a510d9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,5 +15,5 @@ wget https://raw.githubusercontent.com/techcoder20/PiAppsTerminalAdvanced/main/P
echo "#!/bin/bash
#${DIRECTORY}/gui
python3 ${DIRECTORY}/PiAppsTerminalAdvanced.py "'$@' | sudo tee /usr/local/bin/pi-apps >/dev/null
python3 ${DIRECTORY}/PiAppsTerminalAdvanced.py"' "$@"' | sudo tee /usr/local/bin/pi-apps >/dev/null
sudo chmod +x /usr/local/bin/pi-apps

Loading…
Cancel
Save