mdserver-web/scripts/update/macos.sh

7 lines
208 B
Bash
Raw Normal View History

2022-06-10 04:11:35 -04:00
#!/bin/bash
2023-11-08 12:32:59 -05:00
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/homebrew/bin
2022-06-14 03:14:31 -04:00
export PATH
2022-06-10 04:11:35 -04:00
LANG=en_US.UTF-8
echo 'The development environment only needs to be downloaded again!'
exit 0