Tools: as per archlinux wiki don't do partial upgrade

https://wiki.archlinux.org/title/System_maintenance#Upgrading_the_system
This commit is contained in:
Pierre Kancir 2023-09-05 16:04:00 +02:00 committed by Andrew Tridgell
parent 765ac299e7
commit 9e2b14ad36
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function maybe_prompt_user() {
sudo usermod -a -G uucp "$USER"
sudo pacman -Sy --noconfirm --needed $BASE_PKGS $SITL_PKGS $PX4_PKGS
sudo pacman -Syu --noconfirm --needed $BASE_PKGS $SITL_PKGS $PX4_PKGS
python3 -m venv "$HOME"/venv-ardupilot