summaryrefslogtreecommitdiff
path: root/server/test/docker/lib/yes-or-enter
blob: b19cc5a6078a82410b711fe2eadc41cf7561b656 (plain)
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