Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 22:52:42 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 22:52:42 +0300
commit9c3295ea56400c0b47452d8c5a8dcf7ddcc7e4ce (patch)
tree54f7683221560df6be1b3d2af511476eb3a6440b
parentbbf913b523d29143b30e032a2ee62a881a37ee4b (diff)
Fix bash HEREDOC syntax
-rw-r--r--.github/workflows/build-lxd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-lxd.yml b/.github/workflows/build-lxd.yml
index d129de80..bfa6a30f 100644
--- a/.github/workflows/build-lxd.yml
+++ b/.github/workflows/build-lxd.yml
@@ -89,7 +89,7 @@ jobs:
}
sleep 5
done
- "${ssh_cmd[@]}" bash -c <<EOF
+ "${ssh_cmd[@]}" bash <<EOF
apt update && apt install -y git zip unzip parted binfmt-support qemu-user-static pbzip2
git clone https://github.com/nextcloud/nextcloudpi.git
cd nextcloudpi