Skip to content

Commit cc24639

Browse files
authored
Update install_ubuntu.sh
1 parent b780a7b commit cc24639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $RTT_PYTHON --version 2 > /dev/null || {
1414
}
1515

1616
sudo apt update
17-
sudo apt upgrade
17+
sudo apt upgrade -y
1818

1919
if ! [ -x "$(command -v gcc)" ]; then
2020
echo "Installing gcc."

0 commit comments

Comments
 (0)