Skip to content

Commit

Permalink
Merge pull request #1 from rafi16jan/patch-1
Browse files Browse the repository at this point in the history
Update README.md with popular distros, btw thanks for updating this repo!
  • Loading branch information
estebanways authored Dec 14, 2023
2 parents 65ccf15 + d6385db commit c3d2f5d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,19 @@ For RHEL, do run:

```shell
sudo yum install debootstrap
#Or
sudo dnf install debootstrap
#Or if you are using OpenSUSE
sudo zypper install debootstrap
```

For another distro (custom debootstrap build):
For Arch based distrubutions:

```shell
sudo pacman -S debootstrap
```

For other distro (custom debootstrap build):

Don't do this if you can install debootstrap with package manager.

Expand Down

0 comments on commit c3d2f5d

Please sign in to comment.