echo "This script requires superuser access to install files to /etc." echo "You will be prompted for your password by sudo." # Clear existing sudo credentials sudo -k # Get platform-specific install functions from command arguments install_file="${1:-debian.sh}" # run script as sudo sudo sh <