Skip to content

Commit

Permalink
Update diy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shldol authored Mar 22, 2021
1 parent 974b18b commit 763f941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo '修改机器名称'
sed -i 's/OpenWrt/Phicomm-N1/g' package/base-files/files/bin/config_generate

# Modify default IP
sed -i 's/192.168.1.1/192.168.31.2/g' package/base-files/files/bin/config_generate
sed -i 's/192.168.1.1/192.168.1.2/g' package/base-files/files/bin/config_generate

echo '修改时区'
sed -i "s/'UTC'/'CST-8'\n set system.@system[-1].zonename='Asia\/Shanghai'/g" package/base-files/files/bin/config_generate
Expand Down

0 comments on commit 763f941

Please sign in to comment.