Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo dscl . -append /groups/admin GroupMembership hsalinas
  4.  
  5. echo -e "\n\n\nAll done!\n\n"
  6.  
  7. echo "Please open a new terminal, or run the following in the existing one:"
  8. echo ""
  9. echo " source \"${SDKMAN_DIR}/bin/sdkman-init.sh\""
  10. echo ""
  11. echo "Then issue the following command:"
  12. echo ""
  13. echo " sdk help"
  14. echo ""
  15. echo "Enjoy!!!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement