Skip to content

Commit

Permalink
Revert "fail downloads on error, use a different url for downloading …
Browse files Browse the repository at this point in the history
…minecraft jar"

This reverts commit 9058704.
  • Loading branch information
jasoryeh committed Sep 17, 2023
1 parent 9058704 commit 156cfa0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions scripts/apply.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions scripts/upstream.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions sportpaper
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 156cfa0

Please sign in to comment.