mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-27 02:32:06 -04:00
remove copy/pasta error comment
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "**** installing nodejs dev environment ****"
|
||||
|
||||
|
||||
source /etc/lsb-release
|
||||
if [ "${DISTRIB_CODENAME}" = "bionic" ] || [ "${DISTRIB_CODENAME}" = "focal" ]; then
|
||||
if ! dpkg -l | grep gnupg > /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user