0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 13:52:00 +01:00

add install and uninstall

This commit is contained in:
2025-04-01 18:39:38 +02:00
parent 32a441c975
commit 90b76ec8b2
2 changed files with 4 additions and 0 deletions

2
install.sh Normal file
View File

@@ -0,0 +1,2 @@
cp radioPlayer.py /usr/local/bin/radioPlayer
cp radioPlaylist.py /usr/local/bin/radioPlaylist

2
uninstall.sh Normal file
View File

@@ -0,0 +1,2 @@
rm /usr/local/bin/radioPlayer
rm /usr/local/bin/radioPlaylist