No description
- Shell 100%
- store ca in /opt folder - sign cert using a file - install-ca.sh doesn't do anything for the moment |
||
|---|---|---|
| privateCA | ||
| .gitignore | ||
| LICENSE | ||
| postinstall.sh | ||
| README.md | ||
Collection of scripts
Postinstall
This script allow me to automate some manual commands when I freshly install debian :)
Download the postinstall script and make it executable
wget -O postinstall.sh https://raw.githubusercontent.com/ahokponou/variousscripts/refs/heads/main/postinstall.sh && chmod +x postinstall.sh
Run the postinstall script as root
su - root -c "$HOME/postinstall.sh"
Install ohmyzsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="minimal"/' $HOME/.zshrc