Merge branch 'master' of github.com:vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
commit
91508b4de7
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ install_swupd_packages() {
|
|||
prepare_install_apt_packages() {
|
||||
local status="0"
|
||||
|
||||
sudo apt update -y; sudo apt install -y "${@}" || status="${?}"
|
||||
# sudo apt update -y
|
||||
sudo apt install -y "${@}" || status="${?}"
|
||||
|
||||
if [[ "${status}" == "100" ]]; then
|
||||
prompt -w "\n APT: Your repo lists might be broken"
|
||||
|
|
Loading…
Reference in a new issue