Remove flatpak alias
This commit is contained in:
parent
1dbe887fd5
commit
ae676dfda0
1 changed files with 0 additions and 6 deletions
|
@ -239,12 +239,6 @@ then
|
||||||
alias dnf="dnf --cacheonly --nogpgcheck"
|
alias dnf="dnf --cacheonly --nogpgcheck"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use user-mode Flatpak by default.
|
|
||||||
if [ "$(id -u)" -ne 0 ] && [ -x /usr/bin/flatpak ]
|
|
||||||
then
|
|
||||||
alias flatpak="flatpak --user"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Old RHEL releases still have the original yum (not DNF).
|
# Old RHEL releases still have the original yum (not DNF).
|
||||||
if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]
|
if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue