Revert "Added root check to patch.sh and patch-fbc.sh"

This reverts commit 5c7b570254.
This commit is contained in:
Jai Luthra 2024-12-11 23:14:53 +05:30
parent 72659eda27
commit 5db577ccef
No known key found for this signature in database
GPG Key ID: 43DE91F9249A7145
2 changed files with 0 additions and 18 deletions

View File

@ -4,15 +4,6 @@ set -euo pipefail ; # <- this semicolon and comment make options apply
# even when script is corrupt by CRLF line terminators (issue #75)
# empty line must follow this comment for immediate fail with CRLF newlines
# root check
if [ "$(id -u)" -ne 0 ]; then
echo
echo -e "Please run as root!"
echo
exit 1
fi
backup_path="/opt/nvidia/libnvidia-fbc-backup"
silent_flag=''
manual_driver_version=''

View File

@ -4,15 +4,6 @@ set -euo pipefail ; # <- this semicolon and comment make options apply
# even when script is corrupt by CRLF line terminators (issue #75)
# empty line must follow this comment for immediate fail with CRLF newlines
# root check
if [ "$(id -u)" -ne 0 ]; then
echo
echo -e "Please run as root!"
echo
exit 1
fi
backup_path="/opt/nvidia/libnvidia-encode-backup"
silent_flag=''
manual_driver_version=''