The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting.

Posts under Zsh tag

62 Posts

Post

Replies

Boosts

Views

Activity

Silent installation of Mac App Installer package.
I want to install an update of my cocoa application in an unattended manner(silent intallation) where user will not be doing any interaction on the mac installer app. Through terminal it can be achieved using sudo installer -package /Users/username/Downloads/MyPackage.pkg -target /Applications/ But sudo will require password. Can it be done through a shell script? without passwords?
0
0
1.2k
Aug ’21
Terminal is not allowing me to install some library
As soon it finish installing every thing gets deleted. Removes everything. Any solution??? Also, when i try to list the file terminal always display: jrkhatri@Jyotis-MacBook-Pro ~ % ls               zsh: killed   ls Any solutions??
Replies
0
Boosts
0
Views
505
Activity
Sep ’21
Silent installation of Mac App Installer package.
I want to install an update of my cocoa application in an unattended manner(silent intallation) where user will not be doing any interaction on the mac installer app. Through terminal it can be achieved using sudo installer -package /Users/username/Downloads/MyPackage.pkg -target /Applications/ But sudo will require password. Can it be done through a shell script? without passwords?
Replies
0
Boosts
0
Views
1.2k
Activity
Aug ’21