OSDN Git Service

remove pacdiff (for now)
[instantos/instantOS.git] / programs / instantupdatenotify
index 60d805b..fcc4e60 100755 (executable)
@@ -37,14 +37,7 @@ done
 
 if grep -q '..' /tmp/updatechoice; then
        if grep 'update now' /tmp/updatechoice; then
-               ~/.config/instantos/default/terminal -e sh -c yay
-        if imenu -c "there are updates for root owned config files, update now?"
-        then
-            if pacdiff --output | grep -q '...'
-            then
-                ~/.config/instantos/default/terminal -e sh -c "sudo pacdiff"
-            fi
-        fi
+               instantutils open terminal -e bash -c yay
        fi
 else
        kill "$TMPPID"