Install Postman with xdg-utils on Linux to fix the authentication redirect error
- Unable to create KIO worker. Unknown protocol 'postman'.
Step 1
Originally based on daivasmara/external-zsh-theme.
#!/bin/bash | |
echo "π Checking Waydroid session..." | |
if [ "$(waydroid status | awk -F':' '/^Session:/ {print $2}' | xargs)" = "RUNNING" ]; then | |
echo "βΉοΈ Waydroid session already running" | |
else | |
echo "βΆοΈ Starting Waydroid session..." | |
nohup waydroid session start >/dev/null 2>&1 & |