Compare commits
No commits in common. "afbce1bffb81012b6e189d1f41a8b5b975674938" and "ad1a7afdd95a397ac288ca924611942572089b30" have entirely different histories.
afbce1bffb
...
ad1a7afdd9
@ -55,20 +55,15 @@ scriptloc="$BASH_SOURCE"
|
|||||||
scriptpath="$(dirname "$scriptloc")"
|
scriptpath="$(dirname "$scriptloc")"
|
||||||
|
|
||||||
# change to home
|
# change to home
|
||||||
#cd "$HOME"
|
cd "$HOME"
|
||||||
|
|
||||||
# remove old installs
|
# remove old installs
|
||||||
#rm -rf ~/configs
|
rm -rf ~/configs
|
||||||
|
|
||||||
# Use temporary directory for download
|
|
||||||
# FIXME probably lots of issues at first
|
|
||||||
tempdir="$(mktemp -d)"
|
|
||||||
cd "$tempdir"
|
|
||||||
|
|
||||||
echo "Checking config file"
|
echo "Checking config file"
|
||||||
|
|
||||||
#clone this repo
|
#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
|
# check if the install scripts are the same
|
||||||
# NOTE Arguments get passed automatically now
|
# NOTE Arguments get passed automatically now
|
||||||
|
Loading…
Reference in New Issue
Block a user