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 0cab20a commit f646e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/deps_linux/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
echo "This isn't CI environment! Are you sure you didn't want to use just --ensure-deps?"
exit 1
fi
pacman -Syu sudo
PACMAN_ARGS="--noconfirm"
pacman -Syu $PACMAN_ARGS sudo
useradd -m skymp
chown -R skymp:skymp /src

DO_ENSURE_DEPS=1
PACMAN_ARGS="--noconfirm"
fi

if [[ "$1" == "--ensure-deps" ]]; then
Expand Down

0 comments on commit f646e77

Please sign in to comment.