mirror of
http://gitea.phreedom.club/localhost_frssoft/peertube-cli
synced 2025-01-22 09:36:33 +00:00
create dirs
This commit is contained in:
parent
1d8f8c7279
commit
a705f79547
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
installdir="$HOME/.local/bin"
|
||||
datadir="$HOME/.local/share/peertube-cli"
|
||||
mkdir -p $installdir
|
||||
mkdir -p $datadir
|
||||
|
||||
cp -r transmission-daemon config.json $datadir
|
||||
cp peertube-cli.sh $installdir/peertube-cli
|
||||
|
|
Loading…
Reference in a new issue