Compare commits

..

1 Commits

Author SHA1 Message Date
dw-0 5b8e93d35a fix(core): refresh system package list in update menu after update 2026-04-19 12:17:54 +02:00
+1 -1
View File
@@ -47,7 +47,7 @@ from utils.sys_utils import (
def install_crowsnest() -> None:
# Step 1: Clone crowsnest repo
git_clone_wrapper(CROWSNEST_REPO, CROWSNEST_DIR)
git_clone_wrapper(CROWSNEST_REPO, CROWSNEST_DIR, "master")
# Step 2: Install dependencies
check_install_dependencies({"make"})