Skip to content

Commit

Permalink
Merge pull request #17 from kerta1n/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sickcodes committed Sep 13, 2021
2 parents d5f3ff3 + d38c9dd commit 769babc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

Expand Down Expand Up @@ -546,4 +546,4 @@ Ignored:
<key>PointerSpeedDiv</key>
```
-----------------
-----------------

0 comments on commit 769babc

Please sign in to comment.