mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Update hotspot
This commit is contained in:
parent
f1b1bbd2f2
commit
bec1f14598
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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 ];
|
if [ $(dpkg-query -W -f='${Status}' apache2 2>/dev/null | grep -c "ok installed") -eq 0 ];
|
||||||
then
|
then
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user