diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ if [ $# -lt 1 ]; then exit 1 fi -shopt -s dotglob 2> /dev/null - case "$1" in user) echo "installing the user configuration..." |