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