You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
malachite/.devcontainer/setup.sh

10 lines
163 B
Bash

pacman -Syu --noconfirm
pacman -S --noconfirm \
curl \
git \
base-devel \
lldb \
rustup
echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers