Skip to content

Commit

Permalink
Bug fix for SUSE 42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Jun 8, 2018
1 parent e065718 commit 5f0f4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo ""
if type zypper > /dev/null 2>&1; then
echo "(*) Detected SUSE (unoffically/community supported)"
echo ""
sudo zypper -n in libunwind libcurl[0-9] libopenssl1_0_0 liblttng-ust0 libicu libuuid1 krb5 libz1 gettext gnome-keyring libsecret-1-0 desktop-file-utils xprop
sudo zypper -n in libunwind libcurl[0-9] libopenssl1_0_0 libicu libuuid1 krb5 libz1 gettext gnome-keyring libsecret-1-0 desktop-file-utils xprop
if [ $? -ne 0 ]; then
echo "(!) Installation failed! Press enter to dismiss this message."
read
Expand Down

0 comments on commit 5f0f4bb

Please sign in to comment.