2022-11-03 10:03:30
This commit is contained in:
8
install_fmprivbin
Normal file
8
install_fmprivbin
Normal 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
|
||||
Reference in New Issue
Block a user