summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorJoe Balough2021-04-02 17:42:43 -0400
committerJoe Balough2021-04-02 18:15:03 -0400
commited622b62e59f29b2fba7f9043b9b816804da1b94 (patch)
treeba9e5dadcf55060db50892f6c09929db504abcfc /install.sh
downloadaur-ed622b62e59f29b2fba7f9043b9b816804da1b94.tar.gz
Initial Commit of easel-driver with version 0.3.20
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 000000000000..523c66aa9dd1
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,7 @@
+post_install() {
+ echo "The easel-driver uses a systemd service to work."
+ echo "To start it for this boot, use the following command:"
+ echo " systemctl start post_install"
+ echo "To have the service start every boot, use the following command:"
+ echo " systemctl enable --now post_boot"
+}