道樂::喫煙


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

 

인스톨러 문제 해결책 (ste repository 주소 변경하면 됩니다) 2월16일 기준


[HOW TO] Fix STE Packaging Repository
Feb 13, 2008 - 6:58 PM
From the editor: A lot of you might have been having problems with the STE Packaging repository over the last few days. Just follow these simple steps to fix them!
Submitted by Wicked One 612 on Feb 10, 2008 - 11:56 AM
You may notice that STE Packaging one of the Community Sources has been down recently. Every package from that source has been getting the "Error: Package Download Failed" message.

This is because STE wants everyone to switch to his new sever, so he purposely broke all the packages, as you can see here:
http://blog.psmxy.org/category/repo-issues/

Now here is how to fix it. Delete your old STE repository and add this new repository.

The new repository is:
Code: http://repo.smxy.org/iphone-apps/
Now just refresh the sources and voila, all the STE Packaging packages work. Enjoy.

EDIT: You can also update your Community Sources and the new repo will be in there.

많은 분들이 인스톨러 문제를 물어오시기에...

주소가 변경된 모양입니다.

그럼 총총..


흠... 소스추가하는 방법을 모르시는 분들을 위해 설명해드리자면,

1. 인스톨러를 실행

2. 인스톨러의 아래쪽을 살펴보면 4개의 버튼이 있는데, 그 중 가장 오른족에 위치한 source를 터치

3. sources화면의 위쪽에 edit버튼 터치

4. 다시 왼쪽의 add버튼을 클릭하면 주소를 쓸 수가 있습니다. (이 때 edit버튼은 done으로 변합니다)

5. http://repo.smxy.org/iphone-apps/ 를 주소창에 씁니다.

6. 완료하면 리프레쉬됩니다.

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