Skip to content

Commit

Permalink
build: add install script
Browse files Browse the repository at this point in the history
  • Loading branch information
atennert committed Nov 16, 2020
1 parent f90fc8c commit 672e281
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 672e281

Please sign in to comment.