remove copy/pasta error comment

This commit is contained in:
aptalca
2022-09-04 21:18:25 -04:00
parent fc988dceda
commit 5f3951f017
@@ -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