summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci-prod.ick6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 79d05cc..8ab8fa5 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1263,6 +1263,6 @@ pipelines:
- where: host
shell: |
id
- apt install -y debootstrap
- debootstrap bullseye bullseye
- apt-get install -y python3 jq gnupg
+ # apt install -y debootstrap
+ sudo debootstrap bullseye bullseye
+ sudo apt-get install -y python3 jq gnupg