diff --git a/apps/Pi-Apps Terminal Plugin (bash)/install b/apps/Pi-Apps Terminal Plugin (bash)/install index 67c3d70..f05fbb2 100755 --- a/apps/Pi-Apps Terminal Plugin (bash)/install +++ b/apps/Pi-Apps Terminal Plugin (bash)/install @@ -28,3 +28,4 @@ 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" +