diff --git a/.github/workflows/buildOrangePi.yml b/.github/workflows/buildOrangePi.yml index 47be85f..76f7bce 100644 --- a/.github/workflows/buildOrangePi.yml +++ b/.github/workflows/buildOrangePi.yml @@ -63,7 +63,7 @@ jobs: run: | # Compile method and parameter description: https://docs.armbian.com/Developer-Guide_Build-Options cd orangepi-build/ - mkdir -p userpatches + #mkdir -p userpatches #cp ../config-default.conf ./userpatches/ cp -f ../configuration.sh ./scripts/ sudo ./build.sh BOARD=orangepi3-lts BRANCH=next BUILD_OPT=image RELEASE=jammy BUILD_MINIMAL=no \ diff --git a/configuration.sh b/configuration.sh index bb7e13e..194e937 100644 --- a/configuration.sh +++ b/configuration.sh @@ -5,7 +5,7 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -#DEST_LANG="zh_CN.UTF-8" +DEST_LANG="zh_CN.UTF-8" [[ -z $ROOTPWD ]] && ROOTPWD="poilkm" # Must be changed @first login [[ -z $OPI_USERNAME ]] && OPI_USERNAME="tony"