修复 dnf makecache 命令语法错误
This commit is contained in:
@@ -13,7 +13,7 @@ declare -A INSTALL_COMMAND
|
|||||||
UPDATE_COMMAND=(
|
UPDATE_COMMAND=(
|
||||||
[pacman]="pacman -Syu --noconfirm"
|
[pacman]="pacman -Syu --noconfirm"
|
||||||
[apt]="apt update"
|
[apt]="apt update"
|
||||||
[dnf]="dnf makecache -y || true"
|
[dnf]="dnf makecache -y"
|
||||||
)
|
)
|
||||||
INSTALL_COMMAND=(
|
INSTALL_COMMAND=(
|
||||||
[pacman]="pacman -S --noconfirm"
|
[pacman]="pacman -S --noconfirm"
|
||||||
|
|||||||
Reference in New Issue
Block a user