Renamed installer and setup scripts

This commit is contained in:
2020-08-22 09:20:24 -04:00
parent 6f6cc537cf
commit e77fb9a73c
6 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ function update {
cd $dotdir && git pull
endTime=$(date +%s -r $dotdir)
if (( "$startTime" < "$endTime" )); then
sh $dotdir/scripts/install.sh
sh $dotdir/scripts/setup.sh
exit
fi
}