Update hotspot

This commit is contained in:
v3d 2022-06-15 19:27:51 +00:00
parent f1b1bbd2f2
commit bec1f14598

View File

@ -1,6 +1,6 @@
#!/bin/bash
echo "Checking for required packages and installing if missing"
echo "Checking for required packages and installing what's missing"
if [ $(dpkg-query -W -f='${Status}' apache2 2>/dev/null | grep -c "ok installed") -eq 0 ];
then
sudo apt update