Commit 4616292 1 parent 0a6f295 commit 4616292 Copy full SHA for 4616292
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ function is_python_version() {
19
19
echo " ################################################"
20
20
echo " ### INSTALL DEPENDENCIES ########"
21
21
echo " ################################################"
22
- echo PYTHON_BINDING_VERSION=${PYTHON_BINDING_VERSION}
22
+ echo " PYTHON_BINDING_VERSION=${PYTHON_BINDING_VERSION} "
23
23
echo " is_python_version 3.10=$( is_python_version ' 3.10' ) "
24
24
echo " is_python_version 3.8=$( is_python_version ' 3.8' ) "
25
- echo " is_ubuntu_version 20.04=$( is_ubunut_version ' 20.04' ) "
26
- echo " is_ubuntu_version 22.04=$( is_ubunut_version ' 22.04' ) "
25
+ echo " is_ubuntu_version 20.04=$( is_ubuntu_version ' 20.04' ) "
26
+ echo " is_ubuntu_version 22.04=$( is_ubuntu_version ' 22.04' ) "
27
27
28
28
sudo apt-get update
29
29
sudo apt-get install -y lsb-core
You can’t perform that action at this time.
0 commit comments