add install script

This commit is contained in:
elwld 2022-08-06 15:43:25 +05:00
parent 8a93273ffe
commit c96f790fa7
1 changed files with 3 additions and 0 deletions

3
install.sh Executable file
View File

@ -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