- Overview
- Installation
- Requirements
- Applications Installed
- Usage
- Troubleshooting
- Contributing
- License
- Acknowledgments
This project provides a comprehensive installer script for Macs, designed to streamline the installation process for various applications. The script is written in Bash and utilizes the installer
and brew
commands to ensure a seamless installation experience.
To use this installer, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/your-username/your-repo-name.git
. - Navigate to the project directory in the terminal using
cd your-repo-name
. - Make the
DownloadAll.sh
script executable by runningchmod +x DownloadAll.sh
. - Run the
DownloadAll.sh
script by typing./DownloadAll.sh
and pressing Enter.
- macOS High Sierra (10.13) or later
installer
command installed (comes pre-installed on macOS)brew
command installed (can be installed by running/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)""
)
The following applications are installed by the script:
- WARP (latest version)
- Chrome (latest version)
- LockDown Browser (latest version)
- The script will prompt you to confirm the installation of each application. Type
y
to confirm orn
to skip. - The script will automatically download and install the selected applications.
- Once the installation is complete, the script will display a success message.
If you encounter any issues during installation, please check the script's output for error messages. You can also try the following:
- Check the script's permissions by running
ls -l DownloadAll.sh
. Ensure that the script has execute permissions. - Check the
brew
installation by runningbrew --version
. Ensure thatbrew
is installed and up-to-date. - Brew will auto install if you don't have it installed if you run the Helper.sh script
If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes. Please ensure that your changes are properly documented and follow the existing coding style.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was created by Astranix and Dashtiss.