Skip to content

Commit

Permalink
Update upstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 authored Jan 28, 2025
1 parent 4f3df5a commit 05613ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,17 +521,16 @@ jobs:
echo "#page>div:first-child{display:none}
button.btn_styles.color1:last-child{display:none}" >>luci-app-quickstart/htdocs/luci-static/quickstart/style.css
sed -i '/\/etc\/init\.d\/tailscale/d;/\/etc\/config\/tailscale/d;' tailscale/Makefile
) &
sed -i \
-e 's?include \.\./\.\./\(lang\|devel\)?include $(TOPDIR)/feeds/packages/\1?' \
-e "s/\(\(^\| \| \)\(PKG_HASH\|PKG_MD5SUM\|PKG_MIRROR_HASH\|HASH\):=\).*/\1skip/" \
-e 's/php7/php8/g' \
-e 's/+docker\( \|$\)/+docker +dockerd /g' \
-e 's/URL:=@IMMORTALWRT/URL:=https:\/\/mirror2.immortalwrt.org\/sources/g' \
*/Makefile
sed -i \
-e 's?include .*/luci.mk?include $(TOPDIR)/feeds/luci/luci.mk?' \
luci-*/Makefile
*/Makefile
) &
while [[ ! -f /tmp/ok || ! -f /tmp/ok2 ]]; do
Expand Down

0 comments on commit 05613ae

Please sign in to comment.