chore(turbot-pipes): save notions found by trying to run powerpipe from a gitlab task

This commit is contained in:
Michele Cereda
2024-05-23 19:06:42 +02:00
parent 07d7f3545d
commit 369781894e
5 changed files with 170 additions and 19 deletions

View File

@@ -14,6 +14,8 @@
## TL;DR
Non-interactive mode: `DEBIAN_FRONTEND='noninteractive' apt`.
```sh
# Check for broken dependencies.
sudo apt-get check
@@ -37,6 +39,7 @@ apt depends 'ufw'
# Install packages.
sudo apt install 'nano' 'python3-zstd/stable' 'gparted=0.16.1-1'
sudo apt install --no-install-recommends --assume-yes 'curl'
# Remove packages.
sudo apt remove 'dhclient' 'sudo'