Unverified Commit 40c76505 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update build.sh

parent b5c5b149
......@@ -10,6 +10,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Starting build process..."
# 定义所需安装的包列表
PACKAGES=""
PACKAGES="$PACKAGES curl"
PACKAGES="$PACKAGES fdisk"
PACKAGES="$PACKAGES luci-i18n-firewall-zh-cn"
PACKAGES="$PACKAGES luci-i18n-filebrowser-zh-cn"
PACKAGES="$PACKAGES luci-app-argon-config"
......@@ -42,4 +43,4 @@ if [ $? -ne 0 ]; then
exit 1
fi
echo "$(date '+%Y-%m-%d %H:%M:%S') - Build completed successfully."
\ No newline at end of file
echo "$(date '+%Y-%m-%d %H:%M:%S') - Build completed successfully."
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment