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 c8599a6 commit e7403c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion misc/deps_linux/ubuntu-2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi
set -x
APT_ARGS="-y"
apt install $APT_ARGS sudo
apt-get update
apt-get full-upgrade $APT_ARGS
apt-get install $APT_ARGS sudo
useradd -m skymp -u $CREATE_UID
chown -R skymp:skymp /src

Expand Down
4 changes: 3 additions & 1 deletion misc/deps_linux/ubuntu-2404.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi
set -x
APT_ARGS="-y"
apt install $APT_ARGS sudo
apt-get update
apt-get full-upgrade $APT_ARGS
apt-get install $APT_ARGS sudo
useradd -m skymp -u $CREATE_UID
chown -R skymp:skymp /src

Expand Down

0 comments on commit e7403c1

Please sign in to comment.