1 2 3 4 5 6 7 8 9
#!/bin/bash # Step over prompts from the package-manager. if [ -f /etc/arch-release ]; then yes '' else yes fi