From afb11da53e6435b1b6aeb663d8d9014da2a5744d Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 17 Aug 2021 06:40:52 +0000 Subject: [PATCH] bootstrap-root: removed clang, apt-transport-https, added cargo --- bootstrap-root.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 380fd05..b5e2c51 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -7,12 +7,11 @@ apt-get update \ && apt-get dist-upgrade -y \ && apt-get install -y \ apt-file \ - apt-transport-https \ bash-completion \ build-essential \ byobu \ ca-certificates \ - clang \ + cargo \ cmake \ command-not-found \ curl \