diff --git a/devware.csv b/devware.csv index 47bf2bf..a5903cb 100644 --- a/devware.csv +++ b/devware.csv @@ -16,3 +16,9 @@ wayland-protocols,"Protocols and protocol extensions complementing the Wayland c pkgconf,"development framework configuration tools",D, fcft,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman",D, fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D, +alsa-lib,"Advanced Linux Sound Architecture (ALSA) library",D, +alsa-lib-dev,"Advanced Linux Sound Architecture (ALSA) library (development files)",D, +file,"File type identification library",D, +file-dev,"File type identification utility (development files)",D, +openssl,"Toolkit for Transport Layer Security (TLS)",D, +openssl-dev,"Toolkit for Transport Layer Security (TLS) (development files)",D, diff --git a/installer.sh b/installer.sh index 62def2b..1e3f247 100644 --- a/installer.sh +++ b/installer.sh @@ -120,3 +120,4 @@ setup_shell setup_bluetooth setup_chroot post_install "$user" +printf "Installation finished, please reboot."; exit 0 diff --git a/postinstall.sh b/postinstall.sh index 3741cec..b4ac45e 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -20,6 +20,12 @@ read_software(){ printf "Successfully installed all software!\n" } +dl_wallpapers() { + cd "$HOME"/Pictures/ + git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd Wallpapers + rm -rf .git; cd "$HOME" +} + make_dwl() { cd $HOME/.local/src/dwl/ bwroot make install