Skip GPG checking (rhbz#1247644)

This commit is contained in:
Anthony Rose 2021-05-12 11:57:56 +01:00
parent 4053b99ae0
commit 02202560d1

View file

@ -73,7 +73,7 @@ then
export PS1="\[\033[01;35m\]┌─ \u @ \h ────\n└─ #\[\033[00m\] "
else
export PS1="\[\033[01;35m\]┌─ \u @ \h ────\n└─ $\[\033[00m\] "
alias dnf="dnf -C"
alias dnf="dnf --cacheonly --nogpgcheck"
fi
alias 7zencrypt="7z a -t7z -p -mhe"