From fb0de703bb2f9c533065a33e2d015abe5e8d4ea9 Mon Sep 17 00:00:00 2001 From: Zack T Date: Wed, 31 Jan 2018 22:37:23 -0700 Subject: [PATCH] v1.5 = Changed the interpreter to bash + Changed the interpreter to bash (was causing issues) --- Software/Maple/update_Maple.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/Maple/update_Maple.sh b/Software/Maple/update_Maple.sh index df064be..54bfc39 100755 --- a/Software/Maple/update_Maple.sh +++ b/Software/Maple/update_Maple.sh @@ -1,9 +1,9 @@ -#!/bin/sh +#!/bin/bash ################################################################################################### # Script Name: update_Maple.sh # By: Zack Thompson / Created: 3/2/2017 -# Version: 1.4 / Updated: 1/24/2018 / By: ZT +# Version: 1.5 / Updated: 1/31/2018 / By: ZT # # Description: This script silently installs a Maple update. #