mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-30 01:02:02 +00:00
Renamed installer and setup scripts
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user