Skip to content

Commit

Permalink
Merge pull request #474 from th-otto/PR-1
Browse files Browse the repository at this point in the history
Fix install-dependencies for openSUSE
  • Loading branch information
TheAssassin authored Sep 11, 2017
2 parents dcacc8b + 5754aa8 commit ed13661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

# Install dependencies for openSUSE
if [ -e /usr/bin/zypper ] ; then
sudo zypper up -y
sudo zypper refresh
sudo zypper in -y build git-core gcc wget make glibc-devel glib2-devel libarchive-devel \
fuse fuse-devel zlib-devel patch cairo-devel zsync desktop-file-utils
#for some reason openSUSE Tumbleweed have apt-get.
Expand Down

0 comments on commit ed13661

Please sign in to comment.