mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
autotools: fix script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
|
||||
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit0
|
||||
[ -z "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
||||
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
||||
|
||||
download () {
|
||||
case "$DL_METHOD" in
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
|
||||
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit0
|
||||
[ -z "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
||||
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
||||
|
||||
download () {
|
||||
case "$DL_METHOD" in
|
||||
|
||||
Reference in New Issue
Block a user