diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,5 +30,8 @@ install-tmpfiles: systemctl --user enable systemd-tmpfiles-setup.service systemctl --user enable --now systemd-tmpfiles-clean.timer +install-ssh-env: + mkdir -p ~/.ssh + cp base/ssh_environment ~/.ssh/environment -install: setup-pulseaudio install-rm-keyfile install-fonts install-tmpfiles install-loadout +install: setup-pulseaudio install-rm-keyfile install-fonts install-tmpfiles install-ssh-env install-loadout |