Created
November 7, 2022 10:05
-
-
Save slackday/30714d7ff11691d4a941ffed982b1f17 to your computer and use it in GitHub Desktop.
vagrant update host date time
This file contains 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
sudo date -s "$(curl -I google.com 2>&1 | grep Date: | cut -d' ' -f3-6)Z" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment