Skip to content

Commit

Permalink
Ensure that awk gets installed on OpenSUSE systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 24, 2023
1 parent a478d12 commit 85a5da5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions install/opensuse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Install - OpenSUSE
## Copy/Paste Instructions

```shell
sudo zypper -n in -l gcc make ruby-devel readline-devel sqlite3-devel
sudo zypper -n in -l gcc make awk ruby-devel readline-devel sqlite3-devel
sudo gem install ronin
```

Expand All @@ -17,9 +17,17 @@ sudo gem install ronin
{% include install/gcc_and_make.md %}

```shell
sudo zypper -n in -l gcc make
sudo zypper -n in -l gcc make awk
```

<article class="message is-dark">
<div class="message-header">Note:</div>
<div class="message-body" markdown="1">
`awk` is not installed by default in some OpenSUSE docker containers.
</div>
</article>


{% include install/ruby.md %}

```shell
Expand Down

0 comments on commit 85a5da5

Please sign in to comment.