Skip to content

Commit 6991e47

Browse files
authored
Update vo_dependency_installer.sh
Disable pre-check
1 parent 32460bd commit 6991e47

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

vo_dependency_installer.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#=======================================
2020
# vo_dependency_installer.sh
21-
VERSION="1.0.1.2"
21+
VERSION="1.0.1.3"
2222
#
2323
# Howto use this script:
2424
# From your browser, select 'Save' and choose or create an empty folder. Make sure the script has the extension '.sh'.
@@ -368,19 +368,19 @@ if [ ! "$PTH" = "" ]; then
368368
exit_install
369369
fi
370370

371-
machine_precheck > error.log
371+
# machine_precheck > error.log
372372

373-
test=`cat error.log|grep "ready to proceed"`
373+
# test=`cat error.log|grep "ready to proceed"`
374374

375-
if [[ "$test" != "ready to proceed"* ]];then
376-
cat error.log
377-
echo ""
378-
echo "Aborting $0, no changes to your system"
379-
exit_install
380-
else
381-
rm error.log
382-
echo $test
383-
fi
375+
# if [[ "$test" != "ready to proceed"* ]];then
376+
# cat error.log
377+
# echo ""
378+
# echo "Aborting $0, no changes to your system"
379+
# exit_install
380+
# else
381+
# rm error.log
382+
# echo $test
383+
# fi
384384

385385
#-----------------------------------------------------
386386
# version pre-checks DONE

0 commit comments

Comments
 (0)