We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b780a7b commit cc24639Copy full SHA for cc24639
install_ubuntu.sh
@@ -14,7 +14,7 @@ $RTT_PYTHON --version 2 > /dev/null || {
14
}
15
16
sudo apt update
17
-sudo apt upgrade
+sudo apt upgrade -y
18
19
if ! [ -x "$(command -v gcc)" ]; then
20
echo "Installing gcc."
0 commit comments