Skip to content

Commit 72044d4

Browse files
authored
Update build24.sh
1 parent 5ab39b8 commit 72044d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rockchip/build24.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# Log file for debugging
3+
sed -i 's#https://downloads.immortalwrt.org#https://mirror.nju.edu.cn/immortalwrt#g' repositories.conf
34
source shell/custom-packages.sh
45
echo "第三方软件包: $CUSTOM_PACKAGES"
56
LOGFILE="/tmp/uci-defaults-log.txt"
@@ -103,4 +104,4 @@ if [ $? -ne 0 ]; then
103104
exit 1
104105
fi
105106

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

Comments
 (0)