LinuxInitDebian
bash : Debian Linux Init - Install
#!/bin/bash ## Software installation script (batch mode) set -u # safer: error on undefined variables, but don't exit on command errors # Function to check if software is installed is_installed() { if command -v "$1" &> /dev/null; then return 0 elif dpkg -l | grep -q "