diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 91e019c5..90012700 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -65,12 +65,10 @@ scriptloc="$BASH_SOURCE" tempdir="$(mktemp -d)" #cd "$tempdir" -echo $tempdir - echo "Checking config file" #clone this repo -git clone -b temporary-dir https://gitea.exu.li/realstickman/configs.git &>/dev/null +git clone -b temporary-dir https://gitea.exu.li/realstickman/configs.git "$tempdir" &>/dev/null # check if the install scripts are the same # NOTE Arguments get passed automatically now @@ -79,8 +77,6 @@ if ! cmp --silent "$scriptloc" "$HOME/scripts/arch-config.sh"; then cp "$tempdir/configs/arch-config/scripts/arch-config.sh" "$HOME/scripts/" && bash ~/scripts/arch-config.sh "$@" fi -set -x - # if no seltheme file exists, ask to select a theme if [[ ! -f "$HOME/.seltheme" ]]; then func_seltheme