summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--notes.install4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e2a22a77385..44d3ad435e19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,6 @@ pkgbase = nvidia-modprobe-service
source = nvidia-modprobe.service
source = notes.install
sha256sums = db66b0fc66d1ca68e7cc0f64e203e1bf7b5b612899fd58a5a0e18b8f7ec4d30d
- sha256sums = aa5902887da3a6f79ab2d9fbd3c64d7b861b213902b05b4f30c314425636c1fb
+ sha256sums = 15d2d58c1ae9055cac4b4930a532e53f59b4a8a214d2c6ac245b3f92a07b21d8
pkgname = nvidia-modprobe-service
diff --git a/PKGBUILD b/PKGBUILD
index 796159ef364b..ecf297f8d340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=('nvidia-modprobe.service'
'notes.install')
sha256sums=('db66b0fc66d1ca68e7cc0f64e203e1bf7b5b612899fd58a5a0e18b8f7ec4d30d'
- 'aa5902887da3a6f79ab2d9fbd3c64d7b861b213902b05b4f30c314425636c1fb')
+ '15d2d58c1ae9055cac4b4930a532e53f59b4a8a214d2c6ac245b3f92a07b21d8')
package() {
diff --git a/notes.install b/notes.install
index 1565748969f6..72354db1a783 100644
--- a/notes.install
+++ b/notes.install
@@ -5,7 +5,7 @@ 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 "You should enable the service for this fix to work:"
+ echo -e "${GREEN}sudo systemctl enable --now nvidia-modprobe.service${RESET}"
echo
}