Merge pull request #228 from linuxserver/universal-cloudflared-apt

This commit is contained in:
Roxedus
2021-06-29 18:14:01 +02:00
committed by GitHub
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi