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

fixing solve_autoconf for archlinux

parent 3db9f585
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ if [ x"$1" = x"osx" ]; then
possible_solutions "${commands[@]}"
elif [ x"$1" = x"linux" ]; then
pc_install_command $pcman
commands[0]="su -c \"$pc_install_command autoconf\""
commands[1]="sudo $pc_install_command autoconf"
commands[0]="su -c \"$pc_install_command_ret autoconf\""
commands[1]="sudo $pc_install_command_ret autoconf"
possible_solutions "${commands[@]}"
fi
}
......
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