launchers/windows10 : nouvelle shebang line
This commit is contained in:
parent
310523a934
commit
48c465f8bf
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -x
|
||||
#!/usr/bin/env sh
|
||||
export QEMUSH_RAM=4G
|
||||
export QEMUSH_BASE=virtiofs,kvm
|
||||
[ -z "$QEMUSH_NAME" ] && {
|
||||
|
@ -14,3 +14,4 @@ exec spice \
|
|||
-name "$QEMUSH_NAME" \
|
||||
-device intel-hda -device hda-duplex,audiodev=snd0 \
|
||||
"$@"
|
||||
set -x
|
||||
|
|
Loading…
Reference in a new issue