config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

yes-or-enter (126B)


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