Skip to content

Commit 163037e

Browse files
committed
remove sudo
Signed-off-by: Michael Dolan <[email protected]>
1 parent e1c8c25 commit 163037e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/ci/scripts/linux/dnf/install_doxygen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ baseurl=http://vault.centos.org/\$releasever/extras/\$basearch/
3636
gpgcheck=1
3737
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-\$releasever
3838
EOF
39-
sudo yum clean all
40-
sudo yum makecache
39+
yum clean all
40+
yum makecache
4141
fi
4242

4343
if [ "$DOXYGEN_VERSION" == "latest" ]; then

0 commit comments

Comments
 (0)