Skip to content

Commit

Permalink
Make sure awk is installed when setting up the service
Browse files Browse the repository at this point in the history
* It is needed to build nokogiri.
  • Loading branch information
imobachgs committed Aug 16, 2023
1 parent f6ae795 commit 5aaac0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ test -f /etc/zypp/repos.d/d_l_python.repo || \
$SUDO zypper --non-interactive \
addrepo https://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Tumbleweed/ d_l_python
$SUDO zypper --non-interactive --gpg-auto-import-keys install gcc gcc-c++ make openssl-devel ruby-devel \
python-langtable-data \
git augeas-devel jemalloc-devel || exit 1
python-langtable-data git augeas-devel jemalloc-devel awk || exit 1

# only install cargo if it is not available (avoid conflicts with rustup)
which cargo || $SUDO zypper --non-interactive install cargo
Expand Down

0 comments on commit 5aaac0e

Please sign in to comment.