wip
This commit is contained in:
parent
4ea25f8c6b
commit
a254a1596b
1 changed files with 4 additions and 4 deletions
|
@ -272,16 +272,16 @@ optimize_os() {
|
|||
aptOptimize
|
||||
;;
|
||||
dnf)
|
||||
echo_warning "Currently, there are no optimizations for your linux distribution."
|
||||
echo_warning "Currently, there are no optimizations for the fedora distribution."
|
||||
;;
|
||||
pacman)
|
||||
echo_warning "Currently, there are no optimizations for your linux distribution."
|
||||
echo_warning "Currently, there are no optimizations for the arch distribution."
|
||||
;;
|
||||
zypper)
|
||||
echo_warning "Currently, there are no optimizations for your linux distribution."
|
||||
echo_warning "Currently, there are no optimizations for the openSUSE distribution."
|
||||
;;
|
||||
apk)
|
||||
echo_warning "Currently, there are no optimizations for your linux distribution."
|
||||
echo_warning "Currently, there are no optimizations for the Alpine distribution."
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue