albert / Docker Install Script
0 喜欢
0 派生
1 文件
最后活跃于
bash <(curl -s https://cdn.albert.lol/docker.sh)
1 | #!/bin/bash |
2 | # |
3 | # Installs Docker Engine on Debian-based Linux distributions with colored output. |
4 | # Runs apt operations quietly, showing high-level status messages. |
5 | # |
6 | # Usage: |
7 | # ./docker.sh |
8 | # bash <(curl -s https://cdn.albert.lol/docker.sh) |
9 | # |
10 | # Requires: |
上一页
下一页