diff options
Diffstat (limited to 'src/blog')
-rw-r--r-- | src/blog/freebsd-14-on-the-desktop/index.md | 3 |
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 6d15782..4a8f9d3 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 @@ -792,6 +792,7 @@ pkg install \ libva-utils \ libvdpau-va-gl \ merkuro \ + plasma5-sddm-kcm \ sddm \ signal-desktop \ thunderbird \ |