Skip GPG checking (rhbz#1247644)
This commit is contained in:
parent
4053b99ae0
commit
02202560d1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue