doomedraven / Tools

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

QEMU not installing #96

Closed Golog678 closed 3 years ago

Golog678 commented 3 years ago

Hello, Line 863 of script apt -y -o Dpkg::Options::="--force-overwrite" install /tmp/qemu-"$qemu_version"_builded.deb It will not work with Linux Mint. Workaround : apt-get -y -o Dpkg::Options::="--force-overwrite" install /tmp/qemu-"$qemu_version"_builded.deb

|------------------|-------------------- | OS version | Linux Mint 20.1 Cinnamon based on Ubuntu 20.04,Kernel 5.11.0-22, | Software version | QEMU 6

Don't know the behavior on other distros.

Regards

doomedraven commented 3 years ago

hello, thank you, only original ubuntu is supported, im fine to add apt-get but be aware that some libs names changed between flavours of ubuntu and that breaks can break other parts of script