Closed scrublullz closed 3 years ago
Line 1192 on the new shell script should contain the closing fi for the new if statement.
fi
if
https://github.com/doomedraven/Tools/blame/master/Virtualization/kvm-qemu.sh#L1191
ah damn i forgot to update it here i fully removed that if the next command does the trick, thanks for checking
ARCH="$(dpkg --print-architecture)"
Line 1192 on the new shell script should contain the closing
fi
for the newif
statement.https://github.com/doomedraven/Tools/blame/master/Virtualization/kvm-qemu.sh#L1191