Skip to content

Commit c7d6c6b

Browse files
committed
change hash
1 parent 8fb42af commit c7d6c6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Install/customize_firmware.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -253,16 +253,16 @@ if [ ! -f "$FILE" ]
253253
processes51=$(rm /www/luci-static/resources/view/dashboard/css/c*.css)
254254
wait $processes51 && echo 'delete dashboard c*.css' >> /root/install_customice.log
255255
fi
256-
process50=$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
257-
wait $process50 && echo 'download retry openWRT23_install.sh' >> /root/install_customice.log
256+
#process50=$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
257+
#wait $process50 && echo 'download retry openWRT23_install.sh' >> /root/install_customice.log
258258

259259
if [ "$(ls /www/luci-static/bootstrap/logo.svg)" != "" ]
260260
then
261261
processe53s=$(rm /www/luci-static/bootstrap/logo*.* >> /root/install_customice.log)
262262
wait $processes53 && echo 'delete logo.svg' >> /root/install_customice.log
263263
fi
264264

265-
process=$(check_download "https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh" "f9a60bb40fe8cc535e3d1a321b52cb2c76eaa80ffbf4884e43eeb0f7b910a2d2" "openWRT23_install.sh")
265+
process=$(check_download "https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh" "b86e524d522def9ee4f032667f2bff088e3a185a1e8cfe3f7e663fae98af8022" "openWRT23_install.sh")
266266
wait $process && echo 'download openWRT23_install.sh' >> /root/install_customice.log
267267
process1=$(wget https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/www/logo.svg -P /www/)
268268
wait $process1 && echo 'download logo.svg' >> /root/install_customice.log

customize_firmware.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -253,16 +253,16 @@ if [ ! -f "$FILE" ]
253253
processes51=$(rm /www/luci-static/resources/view/dashboard/css/c*.css)
254254
wait $processes51 && echo 'delete dashboard c*.css' >> /root/install_customice.log
255255
fi
256-
process50=$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
257-
wait $process50 && echo 'download retry openWRT23_install.sh' >> /root/install_customice.log
256+
#process50=$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
257+
#wait $process50 && echo 'download retry openWRT23_install.sh' >> /root/install_customice.log
258258

259259
if [ "$(ls /www/luci-static/bootstrap/logo.svg)" != "" ]
260260
then
261261
processe53s=$(rm /www/luci-static/bootstrap/logo*.* >> /root/install_customice.log)
262262
wait $processes53 && echo 'delete logo.svg' >> /root/install_customice.log
263263
fi
264264

265-
process=$(check_download "https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh" "f9a60bb40fe8cc535e3d1a321b52cb2c76eaa80ffbf4884e43eeb0f7b910a2d2" "openWRT23_install.sh")
265+
process=$(check_download "https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh" "b86e524d522def9ee4f032667f2bff088e3a185a1e8cfe3f7e663fae98af8022" "openWRT23_install.sh")
266266
wait $process && echo 'download openWRT23_install.sh' >> /root/install_customice.log
267267
process1=$(wget https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/www/logo.svg -P /www/)
268268
wait $process1 && echo 'download logo.svg' >> /root/install_customice.log

0 commit comments

Comments
 (0)