Skip to content

Commit 0979dd0

Browse files
committed
build: add install file
1 parent ce7766b commit 0979dd0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
3+
echo ""
4+
echo "=========================================="
5+
echo "lcarsde logout installation"
6+
echo "=========================================="
7+
echo ""
8+
echo "This program requires:"
9+
echo "* Python 3.8"
10+
echo "* Python 3 PyGObject"
11+
echo "* Python psutil"
12+
echo ""
13+
14+
cp ./src/lcarsde-logout.py /usr/bin/lcarsde-logout.py
15+
cp -R ./resources/usr/* /usr/

0 commit comments

Comments
 (0)