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