mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-08 13:17:24 +00:00
getapp: adapt for arch apps
This commit is contained in:
parent
70edc265f5
commit
1cf64d2ef6
|
@ -3,5 +3,6 @@ set -e # exit on failure
|
|||
IFS=$(printf '\n\t') # smarter ifs
|
||||
|
||||
gh run download -n "$1"
|
||||
chmod +x "$1"
|
||||
mv "$1" "$(dirname "$(realpath "$0")")/bin"
|
||||
file="$(echo "$1" | sed 's/^arch-//')"
|
||||
chmod +x "$file"
|
||||
mv "$file" "$(dirname "$(realpath "$0")")/bin"
|
||||
|
|
Loading…
Reference in a new issue