All Projects → scriptingosx → GNU-bash-mac-installer

scriptingosx / GNU-bash-mac-installer

Licence: Apache-2.0 License
Downloads and builds a Mac package installer for GNU bash 5

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to GNU-bash-mac-installer

Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 472 (+2676.47%)
Mutual labels:  deployment, pkg, macadmin
blade runner
Blade Runner is a Jamf Pro based Python application that automates and implements a framework to offboard, secure erase and document deprecated Mac systems.
Stars: ✭ 24 (+41.18%)
Mutual labels:  mac, macosx, macadmin
12306-electron
🚄 electron-vue构建12306跨平台(Mac、Windows、Linux)客户端
Stars: ✭ 125 (+635.29%)
Mutual labels:  mac, macosx
management tools
A collection of scripts and packages to simplify OS X management.
Stars: ✭ 93 (+447.06%)
Mutual labels:  mac, macadmin
brewfile
🍎 Brewfile to install softwares in macOS for engineers
Stars: ✭ 37 (+117.65%)
Mutual labels:  mac, macosx
gitkraken
Arch User Repository Gitkraken
Stars: ✭ 113 (+564.71%)
Mutual labels:  pkgbuild, pkg
sloth-app
Sloth desktop app
Stars: ✭ 16 (-5.88%)
Mutual labels:  mac, macosx
disable sip
This script is used in the recovery partition to automatically disable SIP.
Stars: ✭ 26 (+52.94%)
Mutual labels:  mac, macadmin
pkgcheck
Script to check installer pkgs for deprecated runtime calls
Stars: ✭ 88 (+417.65%)
Mutual labels:  pkg, macadmin
Jsonify
♨️A delightful JSON parsing framework.
Stars: ✭ 42 (+147.06%)
Mutual labels:  mac, macosx
LAPSforMac
Local Administrator Password Solution for Mac
Stars: ✭ 29 (+70.59%)
Mutual labels:  mac, macadmin
sudoers manager
A standalone Python script to help administrators manage their sudoers file.
Stars: ✭ 28 (+64.71%)
Mutual labels:  mac, macadmin
cleanup manager
Cleanup Manager helps you clean up folders on your Mac's hard drive.
Stars: ✭ 22 (+29.41%)
Mutual labels:  mac, macadmin
mini-qml
Minimal Qt deployment for Linux, Windows, macOS and WebAssembly.
Stars: ✭ 44 (+158.82%)
Mutual labels:  mac, deployment
iOS-AirPrint-for-Mac
enable iOS Airprint Sharing on Mac OS
Stars: ✭ 24 (+41.18%)
Mutual labels:  mac, macosx
scoot
Keyboard-driven MacOS cursor actuator
Stars: ✭ 55 (+223.53%)
Mutual labels:  mac, macosx
Xbar
Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
Stars: ✭ 15,693 (+92211.76%)
Mutual labels:  mac, macosx
Fire
🔥A delightful HTTP/HTTPS networking framework for iOS/macOS/watchOS/tvOS platforms written in Swift.
Stars: ✭ 243 (+1329.41%)
Mutual labels:  mac, macosx
DockBuilder
A LaunchAgent and .app to build a user's Dock upon login and/or on demand.
Stars: ✭ 39 (+129.41%)
Mutual labels:  mac, pkgbuild
Mac-OS-Setup-Applications
👾 All I need to setup a new Mac and the applications I use everyday as a Web Developper
Stars: ✭ 96 (+464.71%)
Mutual labels:  mac, macosx

Build a GNU bash package installer for Mac

This script automates the process of downloading, building, and packaging bash for macOS.

You can provide a different version to download and build as the first argument. The default value is 5.0. I have not tested this thoroughly with older versions, use at your own risk.

The resulting package installer will install bash in /usr/local/bin and the supporting files in /usr/local.

This script will change the name of the bash binary installed in /usr/local/bin/ to bash5 or bash4 to avoid any naming conflicts with the built-in bash v3 in /bin. This also allows you to have both bash v4 and bash v5 installed on the same system.

You can change this behavior by setting the renamebinary variable to 0. Or you can modify the postinstall script to add a symbolic link.

The path to the bash binary will be added to /etc/shells on the target system, so that users can use chsh to switch their default shell.

You can get more background to this script in this post on my weblog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].