From 79c4477cfc5b188b0dc0a2b5244ece85053fd01d Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 10 Dec 2021 14:05:58 +0000 Subject: [PATCH] cloud-init: simplify install Use pypi package, fix typo in command --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd29b38..c55ba58 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,6 @@ packages: - python3-pip - python3-wheel - python3-lxml - - git - ca-certificates write_files: @@ -170,9 +169,9 @@ write_files: runcmd: - 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 - - pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full] + - pip install morss[full] ``` ## Run