wip
This commit is contained in:
parent
9af63c3404
commit
f0e38b4661
1 changed files with 2 additions and 2 deletions
4
dream.sh
4
dream.sh
|
@ -292,13 +292,13 @@ _setup() {
|
||||||
opensuse)
|
opensuse)
|
||||||
pkg-install() {
|
pkg-install() {
|
||||||
pkger=zypper
|
pkger=zypper
|
||||||
$_sudo zypper in "${@:-$1}"
|
$_sudo zypper in --no-confirm "${@:-$1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# CAUTION:
|
# CAUTION:
|
||||||
pkg-remove() {
|
pkg-remove() {
|
||||||
pkger=zypper
|
pkger=zypper
|
||||||
$_sudo zypper rem "${@:-$1}"
|
$_sudo zypper rem --no-confirm "${@:-$1}"
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
alpine)
|
alpine)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue