doomedraven / Tools

Combination of different utilities, have fun!
MIT License
202 stars 96 forks source link

Missing trailing "fi" in kvm-qemu.sh under new Architecture Change #91

Closed scrublullz closed 3 years ago

scrublullz commented 3 years ago

Line 1192 on the new shell script should contain the closing fi for the new if statement.

https://github.com/doomedraven/Tools/blame/master/Virtualization/kvm-qemu.sh#L1191

doomedraven commented 3 years ago

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)"