12 lines
271 B
Bash
12 lines
271 B
Bash
![]() |
#!/bin/sh -x
|
||
|
#
|
||
|
# install the i2psnark launcher
|
||
|
#
|
||
|
|
||
|
# these are for the .torrent file association
|
||
|
cp i2psnark.desktop "$HOME/.local/share/applications/"
|
||
|
cp i2psnark.png "$HOME/.local/share/icons/hicolor/48x48/apps/"
|
||
|
|
||
|
# this is the launcher script
|
||
|
sudo cp i2psnark /usr/bin
|