No description
Find a file
ahokponou 9079fc9176
feat: change privateCA
- store ca in /opt folder
- sign cert using a file
- install-ca.sh doesn't do anything for the moment
2026-06-23 21:19:43 +02:00
privateCA feat: change privateCA 2026-06-23 21:19:43 +02:00
.gitignore feat: change privateCA 2026-06-23 21:19:43 +02:00
LICENSE feat: change privateCA 2026-06-23 21:19:43 +02:00
postinstall.sh fix: remove duplicate & change log location 2026-06-23 21:19:42 +02:00
README.md fix: remove ' | bash' 2026-06-23 21:19:43 +02:00

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

CA Helper Scripts