mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 18:03:01 -04:00
Update readme and example init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
## Ubuntu
|
||||
echo "\
|
||||
iptables \
|
||||
openssh-client \
|
||||
python3 \
|
||||
python3-pip" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
|
||||
if [ -f /sbin/apk ]; then
|
||||
# Alpine
|
||||
echo "\
|
||||
iptables \
|
||||
openssh \
|
||||
python3 \
|
||||
py3-pip" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
|
||||
echo "\
|
||||
sshuttle" >> /mod-pip-packages-to-install.list
|
||||
|
||||
chown -R root:root /root
|
||||
chmod -R 600 /root/.ssh
|
||||
Reference in New Issue
Block a user