aboutsummaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
authorMarvin Borner2019-05-27 19:25:47 +0200
committerMarvin Borner2019-05-27 19:25:47 +0200
commitb4f1926b48cb5a6016f03c3d7ca7b2e196e8f767 (patch)
treeeb26f57362b891149eed4438762d3b13a06d87eb /install.sh
Initial commit
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..e65f344
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+cp freedowm.desktop /usr/share/xsessions/
+cp freedowm-session /usr/bin/
+chmod a+x /usr/bin/freedowm-session
+python3.7 setup.py install \ No newline at end of file