Deprecate fedora

This commit is contained in:
2021-02-09 21:00:57 +01:00
parent 236954d557
commit c6a056b77c
4 changed files with 3 additions and 194 deletions

View File

@@ -47,9 +47,7 @@ sudowrap() {
_install() {
_package="$1" ; shift
if [[ $NAME == "Fedora" ]] ; then
sudowrap dnf install --assumeyes "${_package}"
elif [[ $NAME == "Ubuntu" ]] ; then
if [[ $NAME == "Ubuntu" ]] ; then
sudowrap apt-get install --assume-yes "${_package}"
elif [[ $NAME == "Arch Linux" ]] ; then
sudowrap pacman -S --noconfirm "${_package}"