From 22bf01d4fcf7068054b02f6e76c181b08c3e51f8 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 21 Jul 2020 00:06:47 +0200
Subject: [PATCH] Fixing installation of python2

---
 script/solve_python | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/solve_python b/script/solve_python
index 75fc01f33..dfdc8f0b2 100755
--- a/script/solve_python
+++ b/script/solve_python
@@ -12,8 +12,8 @@ fi
 
 if [ x"$1" = x"linux"  ]; then
 	pc_install_command "$pcman"
-        commands[0]="su -c \"$pc_install_command_ret python python2\""
-        commands[1]="sudo $pc_install_command_ret python python2"
+        commands[0]="su -c \"$pc_install_command_ret python2\""
+        commands[1]="sudo $pc_install_command_ret python2"
         possible_solutions "${commands[@]}"
 fi
 }
-- 
GitLab