minor update

This commit is contained in:
mfgbhatti 2022-01-28 14:19:47 +00:00
parent 20f805bfc6
commit c3acfbc919
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC1091 # shellcheck disable=SC1091
logo SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
if [[ -f "$SCRIPT_DIR"/setup.conf ]]; then if [[ -f "$SCRIPT_DIR"/setup.conf ]]; then
source setup.conf source setup.conf
@ -10,6 +10,7 @@ else
exit 1 exit 1
fi fi
logo
title "Setting up mirrors for faster downloads" title "Setting up mirrors for faster downloads"
install_pkg pacman-contrib reflector rsync gptfdisk btrfs-progs install_pkg pacman-contrib reflector rsync gptfdisk btrfs-progs