I was reading through the tutorial on this forum and I've gotten what to do so far, but this part is a little unclear. Please help:
Once connected to your iPod, run the following commands to open Installer.app on your iPod. We're also going to get a CHMOD out of the way because it's convenient:
My question is about these two codes. Do I do what it literally says or do I do this:
chmod -R a+x /Applications/
then
chmod -R a+x /Applications//Installer.app/Installer
I know it's probably obvious to most of you, but I just want to make sure.
Thanks!
Once connected to your iPod, run the following commands to open Installer.app on your iPod. We're also going to get a CHMOD out of the way because it's convenient:
Code:
chmod -R a+x /Applications/*
Code:
/Applications/Installer.app/Installer
My question is about these two codes. Do I do what it literally says or do I do this:
chmod -R a+x /Applications/
then
chmod -R a+x /Applications//Installer.app/Installer
I know it's probably obvious to most of you, but I just want to make sure.
Thanks!