fix cosmetic installation script issue
This commit is contained in:
parent
cc2bfc6fae
commit
8a3e881635
@ -5,7 +5,7 @@
|
||||
# This version of the installation script does not use dkms.
|
||||
|
||||
SCRIPT_NAME="install-driver-no-dkms.sh"
|
||||
SCRIPT_VERSION="20220419"
|
||||
SCRIPT_VERSION="20220705"
|
||||
OPTIONS_FILE="88x2bu.conf"
|
||||
|
||||
# support for NoPrompt allows non-interactive use of this script
|
||||
@ -38,8 +38,8 @@ fi
|
||||
# information that helps with bug reports
|
||||
# displays script name and version
|
||||
echo "Running ${SCRIPT_NAME} version ${SCRIPT_VERSION}"
|
||||
# distro
|
||||
hostnamectl | grep 'Operating System' | sed 's/ Operating System: //'
|
||||
# distro (need to work on this)
|
||||
#hostnamectl | grep 'Operating System' | sed 's/ Operating System: //'
|
||||
# kernel
|
||||
uname -r
|
||||
# architecture - for ARM: aarch64 = 64 bit, armv7l = 32 bit
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_NAME="install-driver.sh"
|
||||
SCRIPT_VERSION="20220108"
|
||||
SCRIPT_VERSION="20220705"
|
||||
|
||||
DRV_NAME="rtl88x2bu"
|
||||
DRV_VERSION="5.13.1"
|
||||
@ -51,8 +51,8 @@ fi
|
||||
# information that helps with bug reports
|
||||
# displays script name and version
|
||||
echo "Running ${SCRIPT_NAME} version ${SCRIPT_VERSION}"
|
||||
# distro
|
||||
hostnamectl | grep 'Operating System' | sed 's/ Operating System: //'
|
||||
# distro (need to work on this)
|
||||
#hostnamectl | grep 'Operating System' | sed 's/ Operating System: //'
|
||||
# kernel
|
||||
uname -r
|
||||
# architecture - for ARM: aarch64 = 64 bit, armv7l = 32 bit
|
||||
|
Loading…
x
Reference in New Issue
Block a user