From 156cfa026be96dfcff66228fd6696c72ef40b732 Mon Sep 17 00:00:00 2001 From: Jason Ho Date: Sun, 17 Sep 2023 11:06:50 -0700 Subject: [PATCH] Revert "fail downloads on error, use a different url for downloading minecraft jar" This reverts commit 9058704d2c18a8cc7d87a841d8cedb6c832f31b5. --- scripts/apply.sh | 3 --- scripts/upstream.sh | 3 --- sportpaper | 2 -- 3 files changed, 8 deletions(-) diff --git a/scripts/apply.sh b/scripts/apply.sh index 00631d2f7..fa6f4065b 100755 --- a/scripts/apply.sh +++ b/scripts/apply.sh @@ -1,7 +1,4 @@ #!/bin/bash - -set -e - # get base dir regardless of execution location SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink diff --git a/scripts/upstream.sh b/scripts/upstream.sh index f864d078f..2456865a8 100755 --- a/scripts/upstream.sh +++ b/scripts/upstream.sh @@ -1,7 +1,4 @@ #!/bin/bash - -set -e - # get base dir regardless of execution location SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink diff --git a/sportpaper b/sportpaper index 1e46b0d49..3ca117b5c 100755 --- a/sportpaper +++ b/sportpaper @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -e - # get base dir regardless of execution location SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink