Skip to content

Commit

Permalink
Update diy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbaker authored Aug 22, 2024
1 parent 103aa3c commit bfd4e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions N1/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#!/bin/bash

# Default IP
sed -i 's/192.168.1.1/192.168.2.2/g' package/base-files/files/bin/config_generate
sed -i 's/192.168.1.1/192.168.10.200/g' package/base-files/files/bin/config_generate

# Remove packages
rm -rf feeds/luci/applications/luci-app-passwall
Expand All @@ -11,5 +11,5 @@ rm -rf package/helloworld
# Add packages
git clone https://github.com/nantayo/My-Pkg package/my-pkg
git clone --depth=1 https://github.com/ophub/luci-app-amlogic package/amlogic
git clone --depth=1 https://github.com/fw876/helloworld.git package/helloworld
git clone https://github.com/zzsj0928/luci-app-pushbot package/luci-app-pushbot
#git clone --depth=1 https://github.com/fw876/helloworld.git package/helloworld
#git clone https://github.com/zzsj0928/luci-app-pushbot package/luci-app-pushbot

0 comments on commit bfd4e2a

Please sign in to comment.