← back to Exo
apt-get debian noninteractive in circleci
928214d47985c884496e6b790960b86f0c4cd140 · 2025-02-08 02:40:51 +0000 · Alex Cheema
Files touched
Diff
commit 928214d47985c884496e6b790960b86f0c4cd140
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sat Feb 8 02:40:51 2025 +0000
apt-get debian noninteractive in circleci
---
.circleci/config.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9f2b4604..0d80ff0c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -263,6 +263,8 @@ jobs:
- run:
name: Set up Python
command: |
+ export DEBIAN_FRONTEND=noninteractive
+ export DEBCONF_NONINTERACTIVE_SEEN=true
sudo apt-get update
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
← d8c3aed0 update discovery / peer networking modules
·
back to Exo
·
always log download errors. some people eg cant access huggi b4e6f8ac →