mirror of
http://gitea.phreedom.club/localhost_frssoft/peertube-cli
synced 2024-11-16 16:43:17 +00:00
userspace install script
This commit is contained in:
parent
8fa20fd650
commit
4a734a3438
8
install.sh
Executable file
8
install.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
installdir="$HOME/.local/bin"
|
||||
datadir="$HOME/.local/share/peertube-cli"
|
||||
|
||||
cp -r transmission-daemon config.json $datadir
|
||||
cp peertube-cli.sh $installdir/peertube-cli
|
||||
|
||||
echo "done, make sure $installdir in your PATH"
|
Loading…
Reference in a new issue