We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb82cdd commit 128f935Copy full SHA for 128f935
qemu-universal.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-sudo apt-get install desktop-file-utils debootstrap schroot perl git wget xz-utils bubblewrap autoconf
+sudo apt-get install desktop-file-utils debootstrap schroot perl git wget xz-utils bubblewrap autoconf coreutils
3
wget -q "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage" -O appimagetool && chmod a+x appimagetool
4
wget -q -c "https://archive.archlinux.org/iso/2025.01.01/archlinux-bootstrap-x86_64.tar.zst"
5
mkdir arch
0 commit comments