From 215506326a5aef90dd0d27c27a75251c8f76891f Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 01:25:31 +0200 Subject: [PATCH] wip --- dream.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dream.sh b/dream.sh index 6b4d107..6ce0807 100644 --- a/dream.sh +++ b/dream.sh @@ -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.."