Move additional scripts to 'extra' directory

This commit is contained in:
dec05eba
2023-07-28 16:46:55 +02:00
parent 15a7c2f1b0
commit aabab6dd87
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
script_dir=$(dirname "$0")
cd "$script_dir"
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1
install -Dm644 gsr-nvidia.conf /etc/modprobe.d/gsr-nvidia.conf