diff --git a/apps/Pi-Apps Terminal Plugin (bash)/install b/apps/Pi-Apps Terminal Plugin (bash)/install index f05fbb2..67c3d70 100755 --- a/apps/Pi-Apps Terminal Plugin (bash)/install +++ b/apps/Pi-Apps Terminal Plugin (bash)/install @@ -28,4 +28,3 @@ echo '#!/bin/bash '"${DIRECTORY}"'/pi-apps-terminal-bash-edition.sh "$@"' | sudo tee /usr/local/bin/pi-apps >/dev/null || error "Failed to create pi-apps command in '/usr/local/bin/'!" sudo chmod +x /usr/local/bin/pi-apps || error "Failed to make launcher script executable!" echo "done" -