diff options
Diffstat (limited to 'files/core-functions.sh')
-rw-r--r-- | files/core-functions.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh index 919bf80..bf5333a 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -58,6 +58,9 @@ spinning() { # function system_setup() { + # Create $WORKDIR just in case + mkdir -p "$WORKDIR" + # Set LOCAL if mirror isn't through network # If mirror is through network, select the command to fetch # files and packages from there. |