Compare commits

..

No commits in common. "afbce1bffb81012b6e189d1f41a8b5b975674938" and "ad1a7afdd95a397ac288ca924611942572089b30" have entirely different histories.

View File

@ -55,20 +55,15 @@ scriptloc="$BASH_SOURCE"
scriptpath="$(dirname "$scriptloc")"
# change to home
#cd "$HOME"
cd "$HOME"
# remove old installs
#rm -rf ~/configs
# Use temporary directory for download
# FIXME probably lots of issues at first
tempdir="$(mktemp -d)"
cd "$tempdir"
rm -rf ~/configs
echo "Checking config file"
#clone this repo
git clone -b temporary-dir https://gitea.exu.li/realstickman/configs.git &>/dev/null
git clone https://gitea.exu.li/realstickman/configs.git &>/dev/null
# check if the install scripts are the same
# NOTE Arguments get passed automatically now