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 04b8ed3 commit 1f58e62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions misc/deps_linux/ubuntu-2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi
set -x
APT_ARGS="-y"
add-apt-repository universe
# add-apt-repository universe
apt-get update
apt-get full-upgrade $APT_ARGS
apt-get install $APT_ARGS sudo
Expand Down Expand Up @@ -44,7 +44,7 @@ packages+='build-essential '
packages+='cmake '
packages+='clang-15 '
packages+='clang-format-15 ' # you will need it to pass clang-format check
packages+='ninja ' # would likely build with the regular make, but I haven't tried
packages+='ninja-build ' # would likely build with the regular make, but I haven't tried

# These are needed for
packages+='nodejs '
Expand Down
4 changes: 2 additions & 2 deletions misc/deps_linux/ubuntu-2404.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi
set -x
APT_ARGS="-y"
add-apt-repository universe
# add-apt-repository universe
apt-get update
apt-get full-upgrade $APT_ARGS
apt-get install $APT_ARGS sudo
Expand Down Expand Up @@ -44,7 +44,7 @@ packages+='build-essential '
packages+='cmake '
packages+='clang-15 '
packages+='clang-format-15 ' # you will need it to pass clang-format check
packages+='ninja ' # would likely build with the regular make, but I haven't tried
packages+='ninja-build ' # would likely build with the regular make, but I haven't tried

# These are needed for
packages+='nodejs '
Expand Down

0 comments on commit 1f58e62

Please sign in to comment.