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 80399a6 commit adb9968
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
pacman -Syu --noconfirm --needed sudo erofs-utils
useradd builduser -m
chown -R builduser:builduser /build
passwd -d builduser
Expand Down

0 comments on commit adb9968

Please sign in to comment.