diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 21:46:58 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 21:46:58 +0200 |
commit | 956712a2207d4e1237b02cf739a7be006c712dcc (patch) | |
tree | 1a89c702e790f3e00d5e89f3768329e1b7ab8607 | |
parent | 7791c2f0aea25ae27792bddc7936499ec2fcaa7c (diff) | |
download | dotfiles_dotdrop-956712a2207d4e1237b02cf739a7be006c712dcc.tar.xz dotfiles_dotdrop-956712a2207d4e1237b02cf739a7be006c712dcc.zip |
Fix install script
-rwxr-xr-x[-rw-r--r--] | install.sh | 5 |
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" |