Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent 9511e45 commit a7e7603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/deps_linux/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
set -x
PACMAN_ARGS="--noconfirm"
pacman -Syu $PACMAN_ARGS sudo
useradd -m skymp -u $CREATE_UID -u $CREATE_GID
useradd -m skymp -u $CREATE_UID -g $CREATE_GID
chown -R skymp:skymp /src

cat /etc/passwd
Expand Down

0 comments on commit a7e7603

Please sign in to comment.