mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-09 19:11:02 +00:00
Merge branch 'new_structure' of https://github.com/oberon2007/manjaro-architect into new_structure
This commit is contained in:
commit
7e0b91d919
@ -386,7 +386,7 @@ check_base() {
|
|||||||
# install a pkg in the live session if not installed
|
# install a pkg in the live session if not installed
|
||||||
inst_needed() {
|
inst_needed() {
|
||||||
if [[ ! $(pacman -Q $1) ]]; then
|
if [[ ! $(pacman -Q $1) ]]; then
|
||||||
DIALOG "$_InstPkg" --infobox "$_InstPkg \'${1}\'" 0 0
|
DIALOG "$_InstPkg" --infobox "$_InstPkg '${1}'" 0 0
|
||||||
sleep 2
|
sleep 2
|
||||||
clear
|
clear
|
||||||
pacman -Sy --noconfirm $1 2>$ERR
|
pacman -Sy --noconfirm $1 2>$ERR
|
||||||
|
Loading…
Reference in New Issue
Block a user