From a89a5351e36fc02107f1f69829d014cf128b5d13 Mon Sep 17 00:00:00 2001 From: Daniel Kukula Date: Sun, 17 Aug 2025 11:21:56 +0200 Subject: [PATCH] remove curl from deps --- install/livebook-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/livebook-install.sh b/install/livebook-install.sh index cc225a08..c87e2ca4 100644 --- a/install/livebook-install.sh +++ b/install/livebook-install.sh @@ -19,8 +19,7 @@ $STD apt-get install -y \ ca-certificates \ cmake \ git \ - libncurses5-dev \ - curl + libncurses5-dev msg_ok "Installed Dependencies" msg_info "Creating livebook user"