add https option

This commit is contained in:
postscriptum 2025-09-30 17:49:32 +03:00
parent 35c0ff8f63
commit 2eb5ebc41f

View file

@ -49,9 +49,9 @@ ufw allow out to any port 53 proto udp
Для системних оновлень, найпростіше підключити локальні дзеркала або проксі, для Yggdrasil це:
``` /etc/apt/apt.conf.d/proxy.conf
Acquire::http::Proxy "http://[324:71e:281a:9ed3::fa11]:3128/";
Acquire::http::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
Acquire::https::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
```
* або/і `Acquire::https::Proxy`
Для команди `extrepo` на прикладі додавання репозиторію LibreWolf: