mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
no escaping of quotes needed in dialog body
This commit is contained in:
parent
da7e968f31
commit
bceb3b5874
@ -386,7 +386,7 @@ check_base() {
|
||||
# install a pkg in the live session if not installed
|
||||
inst_needed() {
|
||||
if [[ ! $(pacman -Q $1) ]]; then
|
||||
DIALOG "$_InstPkg" --infobox "$_InstPkg \'${1}\'" 0 0
|
||||
DIALOG "$_InstPkg" --infobox "$_InstPkg '${1}'" 0 0
|
||||
sleep 2
|
||||
clear
|
||||
pacman -Sy --noconfirm $1 2>$ERR
|
||||
|
Loading…
Reference in New Issue
Block a user