We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b6081 commit 6465324Copy full SHA for 6465324
resources/tools/docker-utils.sh
@@ -33,10 +33,10 @@ if ! hash docker 2>/dev/null; then
33
# Install docker python dependency
34
pip install -U --no-cache-dir docker
35
# Install ctop - Already installed?
36
- #echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
37
- #wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
38
- #apt-get update
39
- #apt-get install docker-ctop
+ echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
+ wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
+ apt-get update
+ apt-get install docker-ctop
40
else
41
echo "Docker Client is already installed"
42
fi
0 commit comments