Files
2020-12-05 21:29:49 +01:00

10 lines
126 B
Bash
Executable File

#!/bin/bash
# Step over prompts from the package-manager.
if [ -f /etc/arch-release ]; then
yes ''
else
yes
fi