Files
i2psnark-launcher/install.sh

12 lines
271 B
Bash
Raw Permalink Normal View History

2020-05-10 17:21:00 -04:00
#!/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