diff --git a/script/solve_python b/script/solve_python
index de86333d2b052f0687906874249d4d379d9fe344..59afdc4c88a26360d3827938f18944a959a76ffd 100755
--- a/script/solve_python
+++ b/script/solve_python
@@ -10,7 +10,7 @@ if [ x"$pcman" = x"" ]; then
         exit 1
 fi
 
-if [ x"$pcman" == x"apt" ]; then
+if [ x"$pcman" == x"apt-get" ]; then
 	apt-cache show python-is-python3 | grep -q "python-is-python3"
 	if [ $? -eq 0 ]; then
 		additional_python_pkg="python-is-python3"