Home
last modified time | relevance | path

Searched full:sudo (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Duncrustify.yml19sudo apt-get update && sudo apt-get --assume-yes install software-properties-common curl jq sed
20 sudo add-apt-repository ppa:git-core/ppa
21 sudo apt-get update && sudo apt-get --assume-yes install git
46 sudo apt-get update && sudo apt-get --assume-yes install uncrustify
Dci.yml24 sudo apt-get install -y lcov
25 sudo apt-get install -y unifdef
57 sudo apt-get install spell
58 sudo apt-get install util-linux
95 sudo apt-get install -y libpcap-dev
151 run: sudo apt-get install complexity
153 run: sudo apt-get install uncrustify
190 run: cd git-secrets && sudo make install && cd ..
204 sudo apt-get update
205 sudo apt-get install --yes --no-install-recommends gcc-multilib
Drelease.yml54 run: sudo apt-get install zip unzip
81 sudo apt-get install -y lcov
82 sudo apt-get install unifdef
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DREADME.md16 … - Uninstall the current version of CMake using `sudo apt remove --purge --auto-remove cmake`.
20 - Run `make -j$(nproc)' and then run `sudo make install`.
23 - 'sudo apt-get install lcov'
25 - 'sudo apt-get install unifdef'