Files
i2psnark-launcher/install.sh
2020-05-10 17:21:00 -04:00

12 lines
271 B
Bash
Executable File

#!/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