Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theironrobin committed May 12, 2023
1 parent adb9968 commit 0b4e98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
cd /build

pacman-key --init
pacman -Syu --noconfirm --needed sudo erofs-utils
pacman -Syu --noconfirm --needed sudo erofs-utils dosfstools mtools
useradd builduser -m
chown -R builduser:builduser /build
passwd -d builduser
Expand Down

0 comments on commit 0b4e98b

Please sign in to comment.