Skip to content

Instantly share code, notes, and snippets.

@s-chb
Created June 29, 2020 00:10
Show Gist options
  • Save s-chb/27147d47f2c80f5a937cddb75500538f to your computer and use it in GitHub Desktop.
Save s-chb/27147d47f2c80f5a937cddb75500538f to your computer and use it in GitHub Desktop.
#!/bin/sh
set -ex
if [ `id -u` -ne 0 ]; then
sudo $0
exit 0
fi
## your custom code below
apt-get update
apt-get --yes --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment