diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:43:52 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:43:52 -0400 |
commit | 4a2aa14e68b5b6b1b3c09e0b923178c7c98a671c (patch) | |
tree | 5e79e561563205356e0c53be1001703b962d918b /INSTALL.sh | |
parent | 34c71d5c91fe98276496ded1cb14362aa8028712 (diff) |
Add a simple httpd
Diffstat (limited to 'INSTALL.sh')
-rwxr-xr-x | INSTALL.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ sudo pacman -S --needed -- \ mkdir -p -- ~/.config/systemd/user/ ln -srf -- ~/dashboard/systemd/* ~/.config/systemd/user/ -systemctl --user enable --now dashboard-daily.timer +systemctl --user enable --now dashboard-daily.timer dashboard-httpd.socket |