diff --git a/script/solve_gpp b/script/solve_gpp index 1017c654095dfab5ae9bd45ceec6b54e84a69db9..1c681a27c21e7257110c9654b7738067ea576b0a 100755 --- a/script/solve_gpp +++ b/script/solve_gpp @@ -20,8 +20,8 @@ if [ x"$1" = x"osx" ]; then elif [ x"$1" = x"linux" ]; then if [ x"$pcman" == x"pacman" ]; then - commands[0]="su -c \"$pcman -Sy gcc\"" - commands[1]="sudo $pcman -Sy gcc" + commands[0]="su -c \"$pcman -Sy gcc sudo make\"" + commands[1]="sudo $pcman -Sy gcc make" possible_solutions "${commands[@]}" compiler_gcc="gcc" compiler_gpp="g++"