Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
toneywoo committed Oct 26, 2022
1 parent 7270a2d commit 50741fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildOrangePi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 50741fe

Please sign in to comment.