mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3252 from craxycat/patch-1
FIX getedid create sh: bad number on intel/amd
This commit is contained in:
commit
f729718f3f
@ -178,6 +178,9 @@ intel_amd() {
|
||||
|
||||
# make a backup of $file
|
||||
cp "$file" "$file".old
|
||||
|
||||
#check kernel version
|
||||
check_kernel
|
||||
|
||||
# add boot parameters to $file in relation to the used kernel
|
||||
if [ "$kernel" -lt "415000" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user