Remove incorrect (#13966)

This commit is contained in:
Nicolas Mowen
2024-09-25 13:53:17 -06:00
committed by GitHub
parent 32c7669b28
commit fc3aac96f2

View File

@@ -2,7 +2,7 @@
# Update package list and install dependencies
sudo apt-get update
sudo apt-get install -y build-essential cmake git wget linux-modules-extra-$(uname -r)
sudo apt-get install -y build-essential cmake git wget
arch=$(uname -m)