Skip to content

Instantly share code, notes, and snippets.

View vlietz's full-sized avatar

Valentin vlietz

View GitHub Profile
{
"bootstrap_accounts": [
[
"edpkubXzL1rs3dQAGEdTyevfxLw3pBCTF53CdWKdJJYiBFwC1xZSct",
"4000000000000"
],
[
"edpkvUS1z9QGXr6f89dNF5WyeRCFuK6PYWYrMHcpU9kQ2TevD66fDG",
"4000000000000"
],
@vlietz
vlietz / post_install.sh
Last active January 22, 2020 11:56 — forked from waleedahmad/post_install.sh
Ubuntu post installation script for installing software of your choice.
#!/bin/bash
if [[ "$EUID" -ne 0 ]]; then
echo "This script must be run as root"
exit 1
else
#Update and Upgrade
echo "Updating and Upgrading (and cleanup)"
sudo apt-get autoremove #cleanup unused