This commit is contained in:
pika 2025-05-24 01:25:31 +02:00
parent 8accc54559
commit 215506326a

View file

@ -471,6 +471,7 @@ update-package-list() {
case "$distro" in
ubuntu | debian)
spin bold red "Refreshing $distro sources.."
sleep 1
if ! run $_sudo apt-get update; then
upclear
throw "Error while updating $distro repositories.."