diff --git a/cli/install.sh b/cli/install.sh index 36efd24..0f12dd9 100755 --- a/cli/install.sh +++ b/cli/install.sh @@ -4,7 +4,7 @@ set -e DIR=$(dirname "$(readlink -f "$0")") . "$DIR/../env.sh" -sudo timedatectl set-ntp on +sudo timedatectl set-ntp on || true . "$DIR/mirrors.sh" . "$DIR/basic.sh" . "$DIR/fish.sh"