Skip to content

Commit

Permalink
Update openWRT_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi authored Sep 4, 2023
1 parent e10d836 commit 1f94458
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openWRT_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ echo '# #'
echo '########################################################'

#Firewall Pihole Unbound Tor Transparentproxy

#-------------------------start---------------------------------------
ask_parameter
install_update
Expand Down Expand Up @@ -1118,11 +1117,11 @@ cat << EOF > /etc/device_info
DEVICE_MANUFACTURER='@CyberAndi'
DEVICE_MANUFACTURER_URL='https://cyberandi.tumblr.com/'
DEVICE_PRODUCT='CyberSecurity-Box'
DEVICE_REVISION='v0.5'
DEVICE_REVISION='v0.75'

EOF

cp /root/openWRT_install.sh /etc/openWRT_install.sh
cp openWRT_install.sh /etc/openWRT_install.sh
chmod 0755 /etc/openWRT_install.sh

cat << EOF > /etc/sysupgrade.conf
Expand Down

0 comments on commit 1f94458

Please sign in to comment.