'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 22s
Build-Test-Publish / build (linux/arm64) (push) Successful in 24s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Failing after 6s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Failing after 6s
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 22s
Build-Test-Publish / build (linux/arm64) (push) Successful in 24s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Failing after 6s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Failing after 6s
This commit is contained in:
parent
5009f2f302
commit
13e20201da
@ -10,13 +10,13 @@ echo "Installing $PROJECT"
|
||||
|
||||
ARCH=$(uname -m)
|
||||
|
||||
wget "https://getbin.xyz/${PROJECT}:latest-${ARCH}" -O bootstrap && chmod a+x bootstrap
|
||||
wget -nv "https://getbin.xyz/${PROJECT}:latest-${ARCH}" -O bootstrap && chmod a+x bootstrap
|
||||
|
||||
./bootstrap install $PROJECT
|
||||
|
||||
rm ./bootstrap
|
||||
|
||||
GETPKG_PATH="${HOME}/.local/bin/getpkg"
|
||||
GETPKG_PATH="${HOME}/.local/bin/getpkg/getpkg"
|
||||
|
||||
if [ ! -f "$GETPKG_PATH" ]; then
|
||||
echo "getpkg not found in $GETPKG_PATH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user