From c96f790fa78fac50ff4ec4f3bf3b0c607bc68fe5 Mon Sep 17 00:00:00 2001 From: elwld Date: Sat, 6 Aug 2022 15:43:25 +0500 Subject: [PATCH] add install script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..bf9d267 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +cp src/wallpyper.py /usr/local/bin/wallpyper +cp src/wallpyperFuncs.py /usr/local/bin/wallpyperFuncs.py +chmod 755 /usr/local/bin/wallpyper \ No newline at end of file