diff --git a/install b/install index 3962653..8906486 100755 --- a/install +++ b/install @@ -2,7 +2,8 @@ set -e -# Use sudo only if not root +git config core.autocrlf false + APT_CMD="apt" if [ "$(id -u)" -ne 0 ]; then APT_CMD="sudo apt"