aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 8238a39..f688807 100644..100755
--- a/install.sh
+++ b/install.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
# ██ ██ ██ ██ ██
# ░░ ░██ ░██ ░██ ░██
# ██ ███████ ██████ ██████ ██████ ░██ ░██ ██████░██
@@ -166,3 +167,7 @@
#vdirsyncer discover
#vdirsyncer sync
+
+echo "Hey install is done!"
+echo "Check arch wiki for driver installation."
+echo "=> https://wiki.archlinux.org/index.php/Xorg#Driver_installation"