Skip to content

Instantly share code, notes, and snippets.

@zinntikumugai
Last active July 18, 2017 19:04
Show Gist options
  • Save zinntikumugai/3c30861b0b4d46bc4a7f0a01e5b39102 to your computer and use it in GitHub Desktop.
Save zinntikumugai/3c30861b0b4d46bc4a7f0a01e5b39102 to your computer and use it in GitHub Desktop.
自動ですべて更新ししてみるテスト
#!/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