From b0324bd859e682b58eed52118b29de83edd8c83a Mon Sep 17 00:00:00 2001 From: shakasan Date: Mon, 4 Jun 2018 14:14:53 +0200 Subject: [PATCH] . --- core_functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core_functions.sh b/core_functions.sh index 8f1fd93..0967745 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -169,6 +169,8 @@ function yggInit () { printf "[INIT]" installPackage apt "python3-pip" printf "[INIT]" + installPackage apt "python3-distutils" + printf "[INIT]" installPackage pip "pip" printf "[INIT]" installPackage pip "setuptools"