A basic script to run updates for various package managers, including dnf, apt, and brew.
If you are new to using the CLI, don't forget to do the following in order to be able to execute the script.
- Open the terminal app of your choice.
cd
into the directory you downloaded the file to.- Make the script executable with this command:
chmod +x whatsnew.sh
- Run the script with
./whatsnew.sh
Operating System | Tested? | Result |
---|---|---|
macOS | yes | ✅ |
Fedora | yes | ✅ |
Ubuntu | yes | ✅ |
Kali | not yet | n/a |
RHEL | not yet | n/a |