This commit is contained in:
fred 2021-09-20 03:05:04 +02:00
parent dba5dc516d
commit ea1fd0a09d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ IPFSNODEID=$(ipfs --timeout=20s id -f='<id>\n' 2>/dev/null) && [[ $IPFSNODEID ==
[ ! -d ~/.zen/ipfs/.$IPFSNODEID/astroport ] && echo 'ASTROPORT NOT READY' && exit 1
## INSTALL MISSING PACKAGES
[[ -f /etc/sudoers.d/apt ]]; then
if [[ -f /etc/sudoers.d/apt ]]; then
for i in chromium nmap httrack imagemagick; do
if [ $(dpkg-query -W -f='${Status}' $i 2>/dev/null | grep -c "ok installed") -eq 0 ]; then
sudo apt install -y $i