From 672e281da39634afe8d3a76bf1cb3eac9dd023a5 Mon Sep 17 00:00:00 2001 From: Andreas Tennert Date: Mon, 16 Nov 2020 12:00:20 +0100 Subject: [PATCH] build: add install script --- install.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..3997c11 --- /dev/null +++ b/install.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +echo "" +echo "==========================================" +echo "lcarsde application starter installation" +echo "==========================================" +echo "" +echo "This program requires:" +echo "* Python 3.8" +echo "* Python 3 PyGObject" +echo "* Python posix-ipc" +echo "" + +cp ./src/lcarsde-app-menu.py /usr/bin/lcarsde-app-menu.py