We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab39b8 commit 72044d4Copy full SHA for 72044d4
1 file changed
rockchip/build24.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
# Log file for debugging
3
+sed -i 's#https://downloads.immortalwrt.org#https://mirror.nju.edu.cn/immortalwrt#g' repositories.conf
4
source shell/custom-packages.sh
5
echo "第三方软件包: $CUSTOM_PACKAGES"
6
LOGFILE="/tmp/uci-defaults-log.txt"
@@ -103,4 +104,4 @@ if [ $? -ne 0 ]; then
103
104
exit 1
105
fi
106
-echo "$(date '+%Y-%m-%d %H:%M:%S') - Build completed successfully."
107
+echo "$(date '+%Y-%m-%d %H:%M:%S') - Build completed successfully."
0 commit comments