avoid unnecessary nested content
This commit is contained in:
8
torrents/config/01-natpmp-install
Executable file
8
torrents/config/01-natpmp-install
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/command/with-contenv bash
|
||||
|
||||
echo "Installing Git..."
|
||||
apk add -u git
|
||||
|
||||
echo "Installing py-natpmp"
|
||||
rm -r /py-natpmp || echo "py-natpmp clean"
|
||||
git clone https://github.com/yimingliu/py-natpmp.git /py-natpmp
|
||||
Reference in New Issue
Block a user