From 7574bff436ce87edeae0f843b2981a80ca6cc15e Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 4 Nov 2025 00:48:06 +0400 Subject: build: install daemons --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 63f1435..3e3d7f0 100644 --- a/build.sh +++ b/build.sh @@ -77,6 +77,7 @@ install_vim() { COPY config/vim "${CONFDIR}"; } install_x11() { COPY config/x11 "${CONFDIR}"; } install_zathura() { COPY config/zathura "${CONFDIR}"; } install_wallpapers() { COPY etc/wallpapers "${DATADIR}"; } +install_daemons() { COPY daemons/* "${BINDIR}"; } install_pacman() { sudo cp etc/arch/pacman.conf /etc; } install_git() { @@ -119,6 +120,7 @@ install_gui_scripts() { COPY scripts/gui/* "${BINDIR}" } + install_liberationmono() { pkg "LiberationMono" sync unpack font_install; } install_dwm() { pkg "${dwm_version}" sync unpack install; } install_st() { pkg "${st_version}" sync unpack install; } -- cgit v1.2.3