Short-circuit installation commands on failure
This commit is contained in:
parent
6b27d7e5e2
commit
34d62d92b2
5 changed files with 16 additions and 16 deletions
|
|
@ -11,8 +11,8 @@ kingfisher_resource() {
|
|||
}
|
||||
|
||||
install_kingfisher() {
|
||||
tar xz --directory="$(systemd-path user-binaries)" kingfisher
|
||||
chmod 550 "$(systemd-path user-binaries)"/kingfisher
|
||||
tar xz --directory="$(systemd-path user-binaries)" kingfisher && \
|
||||
chmod 550 "$(systemd-path user-binaries)"/kingfisher
|
||||
}
|
||||
|
||||
github_update "${package}" "${repo}" kingfisher_resource install_kingfisher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue