Skip to content

Commit

Permalink
It was actually clang install that wasn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed May 15, 2024
1 parent b19705f commit 69d2902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sh/install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo apt-get update && sudo apt-get upgrade -y

# micropython circuitpython
TASKS+=(locale git python rcmpy pkgconf lua neovim zsh ninja-src clang)
TASKS+=(locale git python rcmpy pkgconf lua neovim zsh ninja-src tio)

TASKS+=(picotool go fzf-src rust)

Expand Down Expand Up @@ -38,7 +38,7 @@ fi

if ! is_rpi; then
# ubuntu seems to be required
TASKS+=(tio)
TASKS+=(clang)

if ! is_wsl; then
# stuff for kicad
Expand Down

0 comments on commit 69d2902

Please sign in to comment.