9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
|
|
#!/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
|