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..." ...@@ -10,6 +10,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Starting build process..."
# 定义所需安装的包列表 # 定义所需安装的包列表
PACKAGES="" PACKAGES=""
PACKAGES="$PACKAGES curl" PACKAGES="$PACKAGES curl"
PACKAGES="$PACKAGES fdisk"
PACKAGES="$PACKAGES luci-i18n-firewall-zh-cn" PACKAGES="$PACKAGES luci-i18n-firewall-zh-cn"
PACKAGES="$PACKAGES luci-i18n-filebrowser-zh-cn" PACKAGES="$PACKAGES luci-i18n-filebrowser-zh-cn"
PACKAGES="$PACKAGES luci-app-argon-config" PACKAGES="$PACKAGES luci-app-argon-config"
...@@ -42,4 +43,4 @@ if [ $? -ne 0 ]; then ...@@ -42,4 +43,4 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
echo "$(date '+%Y-%m-%d %H:%M:%S') - Build completed successfully." echo "$(date '+%Y-%m-%d %H:%M:%S') - Build completed successfully."
\ No newline at end of file
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