Skip to content

Instantly share code, notes, and snippets.

@b0wter
Last active August 2, 2018 07:19
Show Gist options
  • Save b0wter/5ba53704c5c6de9b2617999289afbbf3 to your computer and use it in GitHub Desktop.
Save b0wter/5ba53704c5c6de9b2617999289afbbf3 to your computer and use it in GitHub Desktop.
echo "Triggering ntp sync, this will take about 10 seconds."
timedatectl set-ntp false
sleep 5
timedatectl set-ntp true
sleep 5
git clone https://github.com/b0wter/fedora_bootstrap.git ~/bootstrap
cd bootstrap
chmod +x ./bootstrap.sh
cd ..
./bootstrap/bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment