mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-livecd: fix typo in bdh
This commit is contained in:
parent
3dba32679b
commit
218c914bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ start() {
|
|||
fi
|
||||
#first we detect if the nvidia binary driver can actually support the hardware
|
||||
NV_TARBALL="$(FETCHCOMMAND="false" RESUMECOMMAND="false" FEATURES="-getbinpkg" emerge --getbinpkg=n --color=n -f nvidia-drivers --nodeps 2> /dev/zero | \
|
||||
grep "run BLAKE2B SHA512 size ;-) ..." | awk '{print $3}' | sed -e 'x/\x1b\[[0-9;]*m//g')"
|
||||
grep "run BLAKE2B SHA512 size ;-) ..." | awk '{print $3}' | sed -e 's/\x1b\[[0-9;]*m//g')"
|
||||
|
||||
if [ -n "${NV_TARBALL}" ]; then
|
||||
# cd "$(mktemp -d -t nvidia-detectXXXX)" || exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue