Omni rizzler@anarchist.nexus to linuxmemes@lemmy.worldEnglish · 11 days agoLOLanarchist.nexusimagemessage-square92linkfedilinkarrow-up1525arrow-down134
arrow-up1491arrow-down1imageLOLanarchist.nexusOmni rizzler@anarchist.nexus to linuxmemes@lemmy.worldEnglish · 11 days agomessage-square92linkfedilink
minus-squareragas@lemmy.mllinkfedilinkarrow-up7·10 days ago“&&” will only run shutdown if the update runs correctly. I do “;” to definitely run the shutdown after the update process exits. (Don’t want to keep the system running if nothing is happening any more.)
minus-squaresudoer777@lemmy.mllinkfedilinkEnglisharrow-up1·9 days agoI do “|” so it updates and shuts down at the same time
“&&” will only run shutdown if the update runs correctly.
I do “;” to definitely run the shutdown after the update process exits. (Don’t want to keep the system running if nothing is happening any more.)
I do “|” so it updates and shuts down at the same time