5 lines
144 B
Bash
5 lines
144 B
Bash
#!/bin/sh
|
|
|
|
# Let's setup the streaming service for LuctorCRC
|
|
peertube-streamkey=$(kdialog --password "What is the stream key for the website?")
|