Skip to content
Snippets Groups Projects
Commit 516db95b authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation for zypper opensuse

parent d72dfa2f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ elif [ x"$1" = x"linux" ]; then
possible_solutions "${commands[@]}"
compiler_gcc="gcc"
compiler_gpp="g++"
elif [ x"$pcman" == x"yum" ]; then
elif [ x"$pcman" == x"yum" -o x"$pcman" == x"zypper" ]; then
commands[0]="su -c \"$pcman install gcc-c++\""
commands[1]="sudo $pcman install gcc-c++"
possible_solutions "${commands[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment