Skip to content

Commit

Permalink
update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Nov 15, 2024
1 parent 41c8024 commit f3479d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linux/run_once_01_init_setup.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo apt install -y \
libgmp10 \
libncurses-dev \
pkg-config \
python3-lxml \
pipx \

# cargo
curl https://sh.rustup.rs -sSf | sh
Expand Down
4 changes: 2 additions & 2 deletions linux/run_once_03_install_cli.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ bat cache --build
gh extension install HikaruEgashira/gh-q
{{ end }}

# install @devcontainers/cli
npm install -g @devcontainers/cli
# install online-judge-tools
pipx install online-judge-tools --python python3.11
{{ end }}

0 comments on commit f3479d4

Please sign in to comment.