softwareupdate --list-full-installers;echo;echo "Please enter version number you wish to download:";read;$(if [ -n "$REPLY" ]; then; echo "softwareupdate --fetch-full-installer --full-installer-version "$REPLY; fi);
を実行しても、
Finding Update found the following full installers:
Please enter version number you wish to download
となり、本来表示されるはずのバージョン表示がないです。
どうすればいいでしょうか。
もう管理者権限では試しました。