2022-11-03 10:03:30

This commit is contained in:
2022-11-03 10:03:30 -04:00
commit 3cfd912784
5 changed files with 81 additions and 0 deletions

8
install_fmprivbin Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
apt install -y python3-pip
pip3 install pbincli
mkdir -p ~/.config/pbincli/ && echo "server=https://bin.fmdevteam.com
short=true
short_api=custom
short_url=https://sh.fmdevteam.com/rest/v1/short-urls/shorten?apiKey=0ed64da7-9c67-4fcc-8d77-32923e5729c0&format=txt&longUrl=" >> ~/.config/pbincli/pbincli.conf
ln -s /usr/local/bin/pbincli /usr/local/bin/pb