Skip to content

Commit

Permalink
nice, let's try
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent d6e390c commit 500ddb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion misc/deps_linux/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
pacman -Syu sudo
useradd -m skymp
chown -R skymp:skymp /src

Expand Down
8 changes: 5 additions & 3 deletions misc/deps_linux/ubuntu-vcpkg-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ 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
# Nothing to prepare, vcpkg-deps image already contains all we need
echo hi
exit 2
echo Nothing to prepare, vcpkg-deps image already contains all we need
exit
fi

echo unexpected args
exit 1

0 comments on commit 500ddb7

Please sign in to comment.