aboutsummaryrefslogtreecommitdiff
path: root/src/blog/freebsd-14-on-the-desktop/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/freebsd-14-on-the-desktop/index.md')
-rw-r--r--src/blog/freebsd-14-on-the-desktop/index.md3
1 files changed, 2 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 73b26d4..7121f4e 100644
--- a/src/blog/freebsd-14-on-the-desktop/index.md
+++ b/src/blog/freebsd-14-on-the-desktop/index.md
@@ -699,7 +699,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
@@ -801,6 +801,7 @@ pkg install \
libva-utils \
libvdpau-va-gl \
merkuro \
+ plasma5-sddm-kcm \
sddm \
signal-desktop \
thunderbird \