minor update
This commit is contained in:
parent
20f805bfc6
commit
c3acfbc919
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue