summarylogtreecommitdiffstats
path: root/notes.install
diff options
context:
space:
mode:
authorfaaris2022-05-29 20:10:33 +0100
committerfaaris2022-05-29 20:10:33 +0100
commitd5e92d9bb1911943ae6d91ca60c63f30367ad4e5 (patch)
tree79e337718f9f6d8807483f99c6b7e73733a15800 /notes.install
downloadaur-d5e92d9bb1911943ae6d91ca60c63f30367ad4e5.tar.gz
initial commit
Diffstat (limited to 'notes.install')
-rw-r--r--notes.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/notes.install b/notes.install
new file mode 100644
index 000000000000..16c8ec48cbdc
--- /dev/null
+++ b/notes.install
@@ -0,0 +1,11 @@
+BOLD='\033[1m'
+GREEN='\033[32m'
+RESET='\033[0m'
+
+post_install() {
+ echo
+ echo -e "${BOLD}Successfully installed nvidia-modprobe.service!${RESET}"
+ echo "You should enable the service and reboot once for the service to work:"
+ echo -e ${GREEN}sudo systemctl enable nvidia-modprobe.service${RESET}"
+ echo
+}