Merge pull request #17 from kerta1n/master

Update README.md
This commit is contained in:
sickcodes 2021-09-13 09:48:39 +00:00 committed by GitHub
commit 769babcc58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,14 +65,14 @@ Used at runtime in [Docker-OSX](https://github.com/sickcodes/Docker-OSX).
```bash
# Ubuntu, Debian, Pop
sudo apt update -y
sudo apt install libguestfs-tools build-essential wget git linux-generic sudo -y
sudo apt install libguestfs-tools build-essential wget git linux-generic gcc uuid-runtime sudo -y
# Fedora, RHEL, CentOS
sudo yum install libguestfs libguestfs-tools wget git kernel-devel sudo -y
sudo yum install libguestfs libguestfs-tools wget git kernel-devel gcc sudo -y
sudo yum groupinstall 'Development Tools' -y
# Arch, Manjaro
sudo pacman -Sy libguestfs wget git base-devel linux sudo
sudo pacman -Sy libguestfs wget git base-devel linux gcc sudo
```
@ -546,4 +546,4 @@ Ignored:
<key>PointerSpeedDiv</key>
```
-----------------
-----------------