You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This entire issue is prefaced by acknowledging macos isn't a supported platform :)
Expected behaviour
Run quickget ubuntu 20.04 and have the sha256sum verify.
quickemu % ./quickget ubuntu 20.04
ubuntu-20.04/ubuntu-20.04.4 100%[=========================================>] 3.15G 12.5MB/s in 3m 22s
Checking ubuntu-20.04/ubuntu-20.04.4-desktop-amd64.iso with sha256sum... ./quickget: line 577: sha256sum: command not found
ERROR!
ubuntu-20.04/ubuntu-20.04.4-desktop-amd64.iso doesn't match f92f7dca5bb6690e1af0052687ead49376281c7b64fbe4179cc44025965b7d1c. Try running 'quickget' again.
Actual behaviour
sha256sum not found. Requires installing coreutils, for example with brew install coreutils.
Linux Distribution & Kernel
quickemu % lsb_release --all
uname -a
zsh: command not found: lsb_release
Darwin slartibartfast.local 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered:
Hello there 👋
Thanks for submitting your first issue to the Quickemu project 🐛 We'll try and take a look at your issue soon ⏲
In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑💻
You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel.
This entire issue is prefaced by acknowledging macos isn't a supported platform :)
Expected behaviour
Run
quickget ubuntu 20.04
and have the sha256sum verify.Actual behaviour
sha256sum
not found. Requires installing coreutils, for example withbrew install coreutils
.Linux Distribution & Kernel
The text was updated successfully, but these errors were encountered: