Lines Matching full:sudo
38 if [ ! -z "$SUDO" ]; then
42 if ! "$SUDO" -u nobody test -x ~; then
46 # Some of the Mac OS X runners don't have a nopasswd sudo rule. Regular
47 # sudo still works, but sudo -u doesn't. Restore the sudo rule.
48 if ! "$SUDO" grep -E 'runner.*NOPASSWD' /etc/passwd >/dev/null; then
50 echo 'runner ALL=(ALL) NOPASSWD: ALL' |$SUDO tee -a /etc/sudoers
52 if ! "$SUDO" -u nobody -S test -x ~ </dev/null; then
53 echo "Still can't sudo to nobody."
161 sudo apt update -qq
162 sudo apt install -qy software-properties-common
163 sudo apt-add-repository -y ppa:yubico/stable
170 sudo apt update -qq
171 if sudo apt install -qy $PACKAGES; then
202 make && sudo cp out/libhardened_malloc.so /usr/lib/)
212 make && sudo make install_sw)
223 make && sudo make install)
230 ./configure --prefix=/opt/libressl && make && sudo make install)
246 sudo make install prefix=/opt/zlib)
263 cmake . && cmake --build . && sudo cmake --build . --target install
265 ./configure && make && sudo make install