This commit is contained in:
parent
01966e7fb4
commit
5209f4159c
@ -8,7 +8,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
SOS="${SCRIPT_DIR}/temp/sos"
|
||||
mkdir -p "${SCRIPT_DIR}/temp"
|
||||
|
||||
curl -L -o "${SOS}" https://getbin.xyz/sos/sos
|
||||
curl -L -o "${SOS}" https://getbin.xyz/sos
|
||||
chmod +x "${SOS}"
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ chmod +x "${SOS}"
|
||||
"${SOS}" upload "getbin.xyz" "dropshell-build" "${SCRIPT_DIR}/src/dropshell-build"
|
||||
|
||||
# upload the install requirements script
|
||||
"${SOS}" upload "getbin.xyz" "dropshell-build-install-requirements" "${SCRIPT_DIR}/src/install_dropshell_build_requirements"
|
||||
"${SOS}" upload "getbin.xyz" "dropshell-build-install-requirements" "${SCRIPT_DIR}/src/dropshell-build-install-requirements"
|
||||
|
||||
|
||||
# tag and push the dropshell-build image
|
||||
|
Loading…
x
Reference in New Issue
Block a user