bootstrap: Install python3
This commit is contained in:
@@ -40,6 +40,13 @@ _install() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if ! command -v python3 >/dev/null ; then
|
||||||
|
printf 'Python3 not installed, installing ...\n'
|
||||||
|
_install "python3"
|
||||||
|
printf 'Done\n'
|
||||||
|
fi
|
||||||
|
|
||||||
if ! command -v make >/dev/null ; then
|
if ! command -v make >/dev/null ; then
|
||||||
printf 'Make not installed, installing ...\n'
|
printf 'Make not installed, installing ...\n'
|
||||||
_install "make"
|
_install "make"
|
||||||
|
|||||||
Reference in New Issue
Block a user