3 lines
116 B
Text
3 lines
116 B
Text
|
#!/bin/sh
|
||
|
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
|