From 36a797c4793fd96ac73346635ee9ca60c934e409 Mon Sep 17 00:00:00 2001 From: Hany Hamed Date: Wed, 6 Oct 2021 18:12:08 +0300 Subject: [PATCH] [Vrep] Change vrep.sh for available version The specified version in the .sh file (3.6.1) for vrep installation is not available anymore and produce 404 error. Thus, changing to version to (3.6.2) which is currently available at vrep downloads website works. --- vrep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vrep.sh b/vrep.sh index ed8e6ba..bad7a11 100755 --- a/vrep.sh +++ b/vrep.sh @@ -31,13 +31,13 @@ VREP_FILE="V-REP_PRO_EDU_V3_6_1_Ubuntu18_04" if [ "$DISTRIB_RELEASE" = "16.04" ] then # http://coppeliarobotics.com/files/V-REP_PRO_EDU_V3_6_1_Ubuntu16_04.tar.xz - VREP_FILE="V-REP_PRO_EDU_V3_6_1_Ubuntu16_04" + VREP_FILE="V-REP_PRO_EDU_V3_6_2_Ubuntu16_04" fi if [ "$DISTRIB_RELEASE" = "18.04" ] then # http://coppeliarobotics.com/files/V-REP_PRO_EDU_V3_6_1_Ubuntu16_04.tar.xz - VREP_FILE="V-REP_PRO_EDU_V3_6_1_Ubuntu18_04" + VREP_FILE="V-REP_PRO_EDU_V3_6_2_Ubuntu18_04" fi # V-REP_PRO_EDU_V3_4_0_Linux