fix setup macos
This commit is contained in:
parent
d3dcd5804d
commit
ddb6ea07c8
@ -30,20 +30,20 @@ fi
|
|||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Installing brew packages..."
|
echo "Installing brew packages..."
|
||||||
/bin/bash ../scripts/macos-brew_restore.sh
|
/bin/bash ./scripts/macos-brew_restore.sh
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Linking configs..."
|
echo "Linking configs..."
|
||||||
python3 ../manage.py link macos --force
|
python3 ./manage.py link macos --force
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Changing hostname..."
|
echo "Changing hostname..."
|
||||||
/bin/bash ../scripts/macos-change_hostname.sh "$NEW_HOSTNAME"
|
/bin/bash ./scripts/macos-change_hostname.sh "$NEW_HOSTNAME"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Creating internal SSH keys..."
|
echo "Creating internal SSH keys..."
|
||||||
/bin/bash ../scripts/setup_ssh_keys.sh --comment "${USER}@${NEW_HOSTNAME}" --filename "internal"
|
/bin/bash ./scripts/setup_ssh_keys.sh --comment "${USER}@${NEW_HOSTNAME}" --filename "internal"
|
||||||
/bin/bash ../scripts/setup_ssh_keys.sh --comment "${USER}@${NEW_HOSTNAME}" --filename "git"
|
/bin/bash ./scripts/setup_ssh_keys.sh --comment "${USER}@${NEW_HOSTNAME}" --filename "git"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Setup complete. Follow the next steps to finalize your environment:"
|
echo "Setup complete. Follow the next steps to finalize your environment:"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user