道樂::喫煙


installer에서 main script execution failed문제 해결방법


결론부터 이야기하자면, installer를 처음부터 다시 설치하는 것입니다.
이하의 명령어를 ssh을 통해 실행하면 됩니다.

cd /
cd Applications/
wget http://repository.apptapp.com/packages/System/Installer.zip
rm -rf Installer.app
unzip Installer.zip
chmod +s Installer.app/Installer
chown -R root:wheel Installer.app
rm Installer.zip

크리에이티브 커먼즈 라이선스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
top