WIP
norminette V2.0.2 installer (Ubuntu, debian, WSL)
norminette_install.sh
is a simple script to automatically download and install the Norminette form the official repo of 42Paris with all the deposits required and creates aliases for zsh and bash.
Installation in one command
Linux & WSL:
be sure to have wget installedsudo apt-get update && apt-get install wget
wget https://raw.githubusercontent.com/Matthew-Dreemurr/AutoInstaller-Norminette/main/norminette_install.sh && bash norminette_install.sh
Finally, restart your terminal
Macos
be sure to have Github and zsh installed
curl -O https://raw.githubusercontent.com/Matthew-Dreemurr/AutoInstaller-Norminette/main/norminette_install.sh && bash norminette_install.sh
Finally, restart your terminal
Installation with the file:
Download the file form the release.
and run the scrip with bash norminette_install.sh
Support:
OS | Supported |
---|---|
Ubuntu | ✅ |
Ubuntu WSL | ✅ |
Debian | ✅ (not tested) |
Debian WSL | ✅ |
Macos | ✅ |