Files
Nexterm-Source/snippets/dockcheckupdater.snippet
2026-01-12 13:33:19 +02:00

5 lines
250 B
Plaintext

# @name: DockCheck Updater
# @description: This will update all the Docker images and containers to the latest updates
# @os: Ubuntu
sudo find /home/mohandl3g/dockcheck /root/dockcheck -name "dockcheck.sh" -type f -exec {} -a -p \; -quit 2>/dev/null