Latest
This commit is contained in:
parent
4f8c8e2ff1
commit
2b17e4d085
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ upgradeDarwin() {
|
||||||
if softwareupdate -l | grep restart > /dev/null; then
|
if softwareupdate -l | grep restart > /dev/null; then
|
||||||
### Add kickstart script to .zshrc so it triggers automatically
|
### Add kickstart script to .zshrc so it triggers automatically
|
||||||
if [ ! -f "$HOME/.zshrc" ] || ! cat "$HOME/.zshrc" | grep '# TEMPORARY FOR INSTALL DOCTOR MACOS' > /dev/null; then
|
if [ ! -f "$HOME/.zshrc" ] || ! cat "$HOME/.zshrc" | grep '# TEMPORARY FOR INSTALL DOCTOR MACOS' > /dev/null; then
|
||||||
echo 'bash <(curl -sSL https://install.doctor/start) # TEMPORARY FOR INSTALL DOCTOR MACOS' >> "$HOME/.zshrc"
|
echo 'bash <(curl -sSL --compressed https://install.doctor/start) # TEMPORARY FOR INSTALL DOCTOR MACOS' >> "$HOME/.zshrc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$SUDO_PASSWORD" ] && [ "$SUDO_PASSWORD" != "" ]; then
|
if [ -n "$SUDO_PASSWORD" ] && [ "$SUDO_PASSWORD" != "" ]; then
|
||||||
|
|
Loading…
Reference in a new issue