install was locked ;) unlock now

This commit is contained in:
fred 2023-04-19 14:56:19 +02:00
parent eb1dbad28e
commit d31fd9cfee
2 changed files with 3 additions and 2 deletions

View File

@ -139,7 +139,7 @@ while true; do
&& ipfs name publish --allow-offline /ipfs/${ROUTING}
end=`date +%s`
echo "(*__*) MySwam Update ($BSIZE B) duration was "`expr $end - $start`' seconds.'
echo "(*__*) MySwam Update ($BSIZE B) duration was "`expr $end - $start`' seconds. $(date)'
) & ##### SUB-PROCESS

View File

@ -64,7 +64,8 @@ done
if [[ $XDG_SESSION_TYPE == 'x11' ]]; then
echo "#############################################"
echo "######### INSTALL DESKTOP TOOLS ######"
echo "#############################################" for i in x11-utils xclip zenity kodi; do
echo "#############################################"
for i in x11-utils xclip zenity kodi; do
if [ $(dpkg-query -W -f='${Status}' $i 2>/dev/null | grep -c "ok installed") -eq 0 ]; then
echo ">>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
sudo apt install -y $i;