summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfaaris2022-05-29 22:24:35 +0100
committerfaaris2022-05-29 22:24:35 +0100
commit6275c2c4256419cadb383625b36d9b367bce03ae (patch)
tree415461dcbf8276d5f046053b83e87b748cb5c3d5
parent66b6872843f768cb4ec374922f22f28478704a2f (diff)
downloadaur-6275c2c4256419cadb383625b36d9b367bce03ae.tar.gz
fix script
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--notes.install1
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1523a1fe08fe..93ba75b87ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvidia-modprobe-service
pkgdesc = Fixes /oldroot unmount issues by unloading nvidia modules before shutdown / reboot.
pkgver = 1
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/Fxzzi/nvidia-modprobe-service
install = notes.install
arch = any
@@ -10,6 +10,6 @@ pkgbase = nvidia-modprobe-service
source = nvidia-modprobe.service
source = notes.install
sha256sums = 1448af15034cf5bcd4e9a44d757833b5f07bcf3a6217ea621f6d42d0806ee832
- sha256sums = 15d2d58c1ae9055cac4b4930a532e53f59b4a8a214d2c6ac245b3f92a07b21d8
+ sha256sums = c105f4a328491f31984d767bc15042122d4de59cca4c3d46fbd7712004053982
pkgname = nvidia-modprobe-service
diff --git a/PKGBUILD b/PKGBUILD
index 1ddde69597fd..532da70dcf78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=('nvidia-modprobe.service'
'notes.install')
sha256sums=('1448af15034cf5bcd4e9a44d757833b5f07bcf3a6217ea621f6d42d0806ee832'
- '15d2d58c1ae9055cac4b4930a532e53f59b4a8a214d2c6ac245b3f92a07b21d8')
+ 'c105f4a328491f31984d767bc15042122d4de59cca4c3d46fbd7712004053982')
package() {
diff --git a/notes.install b/notes.install
index 72354db1a783..56e3a3320f8b 100644
--- a/notes.install
+++ b/notes.install
@@ -6,6 +6,7 @@ post_install() {
echo
echo -e "${BOLD}Successfully installed nvidia-modprobe.service!${RESET}"
echo "You should enable the service for this fix to work:"
+ echo -e "${GREEN}sudo systemctl daemon-reload${RESET}"
echo -e "${GREEN}sudo systemctl enable --now nvidia-modprobe.service${RESET}"
echo
}