This commit is contained in:
parent
3f9b2d3d7c
commit
b9ca132071
@ -3,7 +3,18 @@ set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
DROPSHELL_BUILD_DIR="${SCRIPT_DIR}/../dropshell-build/src"
|
||||
TEMP_DIR=$(mktemp -d)
|
||||
SOS="${TEMP_DIR}/sos"
|
||||
|
||||
curl -L -o "${SOS}" https://getbin.xyz/sos
|
||||
chmod +x "${SOS}"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# make canonical path
|
||||
DROPSHELL_BUILD_DIR=$(realpath "${DROPSHELL_BUILD_DIR}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user