Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Patch 5 - #909

Open
notav66 wants to merge 8 commits into
n1nj4sec:unstablefrom
notav66:patch-5
Open

Patch 5#909
notav66 wants to merge 8 commits into
n1nj4sec:unstablefrom
notav66:patch-5

Conversation

@notav66

@notav66 notav66 commented Sep 6, 2021

Copy link
Copy Markdown

No description provided.

python-pip to python3-pip & changed docker install & disabled usermod docker group
added apt-get install libssl-dev swig python3-dev gcc
apt-get install flake8 python3 python2
apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg \
    lsb-release

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

apt-get install docker-ce docker-ce-cli containerd.io
groupadd docker
usermod -aG docker $USER
systemctl enable docker.service
sudo systemctl enable containerd.service
pip3 install poster3
poster --removed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant