mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
update
This commit is contained in:
parent
2916e5363c
commit
3261b7ad90
@ -128,7 +128,8 @@ install_swupd_packages() {
|
|||||||
prepare_install_apt_packages() {
|
prepare_install_apt_packages() {
|
||||||
local status="0"
|
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
|
if [[ "${status}" == "100" ]]; then
|
||||||
prompt -w "\n APT: Your repo lists might be broken"
|
prompt -w "\n APT: Your repo lists might be broken"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user