Latest
This commit is contained in:
parent
e6b0b9c5c4
commit
aa93d4c149
1 changed files with 3 additions and 6 deletions
|
@ -3187,12 +3187,9 @@ softwarePackages:
|
||||||
if command -v termux-setup-storage > /dev/null; then
|
if command -v termux-setup-storage > /dev/null; then
|
||||||
apt install termux-api
|
apt install termux-api
|
||||||
fi
|
fi
|
||||||
pip:
|
script: |
|
||||||
- ntfy
|
#!/usr/bin/env bash
|
||||||
- ntfy[emoji]
|
pip3 install ntfy[emoji,matrix,pid,slack]
|
||||||
- ntfy[matrix]
|
|
||||||
- ntfy[pid]
|
|
||||||
- ntfy[slack]
|
|
||||||
docker-desktop:
|
docker-desktop:
|
||||||
_desc: '[Docker](https://www.docker.com/) is a set of platform-as-a-service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. [Docker Desktop](https://www.docker.com/products/docker-desktop/) adds a sleek UI for Docker and makes it easier to manage Docker on macOS and Windows.'
|
_desc: '[Docker](https://www.docker.com/) is a set of platform-as-a-service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. [Docker Desktop](https://www.docker.com/products/docker-desktop/) adds a sleek UI for Docker and makes it easier to manage Docker on macOS and Windows.'
|
||||||
_docs: https://docs.docker.com/
|
_docs: https://docs.docker.com/
|
||||||
|
|
Loading…
Reference in a new issue