diff --git a/install-scripts/00-base.sh b/install-scripts/00-base.sh index ee80779..16c9095 100755 --- a/install-scripts/00-base.sh +++ b/install-scripts/00-base.sh @@ -6,14 +6,6 @@ base=( base-devel ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## - -# Determine the directory where the script is located -SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - -# Change the working directory to the parent directory of the script -PARENT_DIR="$SCRIPT_DIR/.." -cd "$PARENT_DIR" || exit 1 - source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" # Set the name of the log file to include the current date and time