From 0f6966bbdf9b3e4b21efd09897eabe4033ab38b9 Mon Sep 17 00:00:00 2001 From: Poulette Date: Thu, 26 Feb 2026 01:18:34 +0100 Subject: [PATCH] Remove redundant package installs Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/surrealdb-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/surrealdb-install.sh b/install/surrealdb-install.sh index 85d02db9..baf5349d 100644 --- a/install/surrealdb-install.sh +++ b/install/surrealdb-install.sh @@ -14,9 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ - curl \ - sudo \ +$STD apt install -y \ mc msg_ok "Installed Dependencies"