Skip to content

Commit

Permalink
Update prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleted-Account authored Jun 13, 2024
1 parent 2b927ed commit 20655d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ git clone https://github.com/immortalwrt/packages.git --single-branch --depth 1
git clone https://github.com/immortalwrt/immortalwrt.git --single-branch --depth 1 temp/immortalwrt

## KMS激活
# mv temp/luci/applications/luci-app-vlmcsd package/new/luci-app-vlmcsd
# mv temp/packages/net/vlmcsd package/new/vlmcsd
# # edit package/new/luci-app-vlmcsd/Makefile
# sed -i 's/..\/..\/luci.mk/$(TOPDIR)\/feeds\/luci\/luci.mk/g' package/new/luci-app-vlmcsd/Makefile
mv temp/luci/applications/luci-app-vlmcsd package/new/luci-app-vlmcsd
mv temp/packages/net/vlmcsd package/new/vlmcsd
# edit package/new/luci-app-vlmcsd/Makefile
sed -i 's/..\/..\/luci.mk/$(TOPDIR)\/feeds\/luci\/luci.mk/g' package/new/luci-app-vlmcsd/Makefile

rm -rf temp/luci/applications/luci-app-vlmcsd package/new/luci-app-vlmcsd
rm -rf temp/packages/net/vlmcsd package/new/vlmcsd
# rm -rf temp/luci/applications/luci-app-vlmcsd package/new/luci-app-vlmcsd
# rm -rf temp/packages/net/vlmcsd package/new/vlmcsd

# AutoCore
mv temp/immortalwrt/package/emortal/autocore package/new/autocore
Expand Down

0 comments on commit 20655d6

Please sign in to comment.