aboutsummaryrefslogtreecommitdiff
path: root/src/blog/freebsd-14-on-the-desktop/index.md
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-11-23 09:53:37 -0500
committerCullum Smith <cullum@sacredheartsc.com>2024-11-23 09:56:59 -0500
commit4a891d73fde1b23ffacfe2622a7c7f3ac7c7daac (patch)
tree301308b96ff94d8b136c242e83ac1376333208a0 /src/blog/freebsd-14-on-the-desktop/index.md
parentea6025cd6e35a39f6ea549460754f00aaaaf926f (diff)
downloadwebsite-4a891d73fde1b23ffacfe2622a7c7f3ac7c7daac.tar.gz
make /etc/localtime a symlink (thanks @flo)
Diffstat (limited to 'src/blog/freebsd-14-on-the-desktop/index.md')
-rw-r--r--src/blog/freebsd-14-on-the-desktop/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/freebsd-14-on-the-desktop/index.md b/src/blog/freebsd-14-on-the-desktop/index.md
index 6d15782..ba92ab8 100644
--- a/src/blog/freebsd-14-on-the-desktop/index.md
+++ b/src/blog/freebsd-14-on-the-desktop/index.md
@@ -690,7 +690,7 @@ service ntpd start
In case you didn't do this during the installation, set your timezone:
```bash
-cp -v /usr/share/zoneinfo/America/New_York /etc/localtime
+ln -sfhv /usr/share/zoneinfo/America/New_York /etc/localtime
```
## Switch to openssh-portable