updated build/setup to match scwrypts v3
This commit is contained in:
10
setup/run
10
setup/run
@ -17,14 +17,14 @@ source ./requirements.zsh || exit 1
|
||||
|
||||
LOGFILE="$HOME/dotwryn-install.log"
|
||||
|
||||
__INFO "installation start : $(date)" 2>> "$LOGFILE"
|
||||
INFO "installation start : $(date)" 2>> "$LOGFILE"
|
||||
{
|
||||
SETUP__OS || __FAIL 1 'failed to set up os-dependencies (see above)'
|
||||
SETUP__GIT || __FAIL 2 'failed to set up git (see above)'
|
||||
SETUP__CONFIG || __FAIL 3 'failed to set up program configuration (see above)'
|
||||
SETUP__OS || FAIL 1 'failed to set up os-dependencies (see above)'
|
||||
SETUP__GIT || FAIL 2 'failed to set up git (see above)'
|
||||
SETUP__CONFIG || FAIL 3 'failed to set up program configuration (see above)'
|
||||
} 2>&1 | tee --append "$LOGFILE"
|
||||
|
||||
__INFO "installation complete: $(date)" 2>> "$LOGFILE"
|
||||
INFO "installation complete: $(date)" 2>> "$LOGFILE"
|
||||
|
||||
################################################################################
|
||||
source "$DOTWRYN_PATH/setup/cleanup.zsh"
|
||||
|
Reference in New Issue
Block a user