You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
add install and uninstall
This commit is contained in:
2
install.sh
Normal file
2
install.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
cp radioPlayer.py /usr/local/bin/radioPlayer
|
||||
cp radioPlaylist.py /usr/local/bin/radioPlaylist
|
||||
2
uninstall.sh
Normal file
2
uninstall.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
rm /usr/local/bin/radioPlayer
|
||||
rm /usr/local/bin/radioPlaylist
|
||||
Reference in New Issue
Block a user