cloud-init: simplify install
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Use pypi package, fix typo in command
This commit is contained in:
parent
c09aa8400a
commit
79c4477cfc
@ -153,7 +153,6 @@ packages:
|
|||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-wheel
|
- python3-wheel
|
||||||
- python3-lxml
|
- python3-lxml
|
||||||
- git
|
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
|
||||||
write_files:
|
write_files:
|
||||||
@ -170,9 +169,9 @@ write_files:
|
|||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
- update-ca-certificates
|
- update-ca-certificates
|
||||||
- iptables -I INPUT 6 -m state --state NEW -p tcp --dport {PORT:-8000} -j ACCEPT
|
- iptables -I INPUT 6 -m state --state NEW -p tcp --dport ${PORT:-8000} -j ACCEPT
|
||||||
- netfilter-persistent save
|
- netfilter-persistent save
|
||||||
- pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full]
|
- pip install morss[full]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user