Last active
July 18, 2017 19:04
-
-
Save zinntikumugai/3c30861b0b4d46bc4a7f0a01e5b39102 to your computer and use it in GitHub Desktop.
自動ですべて更新ししてみるテスト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "########################" | |
echo "## All Auto UPdates ##" | |
echo "########################" | |
echo "" | |
sleep time 2s | |
apt-get update -y | |
apt-get upgrade -y | |
apt-get dist-upgrade -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment