From 90b76ec8b2db8000bafd3e545cb4881dc22a302f Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 1 Apr 2025 18:39:38 +0200 Subject: [PATCH] add install and uninstall --- install.sh | 2 ++ uninstall.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 install.sh create mode 100644 uninstall.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..82b737b --- /dev/null +++ b/install.sh @@ -0,0 +1,2 @@ +cp radioPlayer.py /usr/local/bin/radioPlayer +cp radioPlaylist.py /usr/local/bin/radioPlaylist \ No newline at end of file diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..e15df39 --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,2 @@ +rm /usr/local/bin/radioPlayer +rm /usr/local/bin/radioPlaylist \ No newline at end of file