File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ if ! [ -x "$(command -v brew)" ]; then
1818 /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) "
1919fi
2020
21+ brew update
22+ brew upgrade
23+
2124if ! [ -x " $( command -v git) " ]; then
2225 echo " Installing git."
2326 brew install git
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ $RTT_PYTHON --version 2 > /dev/null || {
1313 exit 1
1414}
1515
16+ sudo apt update
17+ sudo apt upgrade
18+
1619if ! [ -x " $( command -v gcc) " ]; then
1720 echo " Installing gcc."
1821 sudo apt install gcc
3033
3134$RTT_PYTHON -m pip list > /dev/null || {
3235 echo " Installing pip."
33- sudo apt install python3 -pip
36+ sudo apt install $RTT_PYTHON -pip
3437}
3538
3639if ! [ -x " $( command -v scons) " ]; then
You can’t perform that action at this time.
0 commit comments