From b540e8a9300db0eee82280066741811087dfe2a5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 1 Jan 2024 22:56:17 +0900 Subject: [PATCH] tweaked abit --- install-scripts/00-base.sh | 8 -------- 1 file changed, 8 deletions(-) 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