Add LocalSend as a default app
Great way to send stuff between computers and phones on the same network quickly.
This commit is contained in:
parent
11a66c5cb6
commit
8c57befb6b
6
install/app-localsend.sh
Normal file
6
install/app-localsend.sh
Normal file
@ -0,0 +1,6 @@
|
||||
cd ~/Downloads
|
||||
LOCALSEND_VERSION=$(curl -s "https://api.github.com/repos/localsend/localsend/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
|
||||
wget -O localsend.deb "https://github.com/localsend/localsend/releases/latest/download/LocalSend-${LOCALSEND_VERSION}-linux-x86-64.deb"
|
||||
sudo apt install ./localsend.deb
|
||||
rm localsend.deb
|
||||
cd -
|
Loading…
Reference in New Issue
Block a user