From ed578e401a6ab06187fe2d1ed148e46be6dedec7 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Tue, 5 Oct 2021 14:43:03 -0400 Subject: [PATCH] added tmux.conf to tmux install --- scripts/install_services.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 5406761..cde71c1 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -325,9 +325,10 @@ EOF systemctl enable --now birdstats.service } -install_tmux_depends() { +install_tmux() { echo "Installing tmux dependencies" apt -qqy install libevent-2* + cp $(dirname ${my_dir})/templates/tmux.conf /etc/tmux.conf } install_php() { @@ -454,7 +455,7 @@ install_selected_services() { install_Caddyfile install_avahi_aliases install_gotty_logs - install_tmux_depends + install_tmux install_php fi