UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dnfupdate 226 B
#!/bin/bash

echo "===> Dependency update" \
    && dnf update -y --nodocs \
&& echo "===> Clean up, Clean up" \
    && dnf clean all \
    && yum clean all \
    && rm -rf /tmp/* /var/cache/dnf \
&& chmod gu-s /usr/bin/write