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