diff --git a/postinstall.sh b/postinstall.sh index 90facea..6d5d7f1 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -22,31 +22,31 @@ read_software(){ dl_wallpapers() { cd "$HOME"/Pictures/ - git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd Wallpapers - rm -rf .git; cd "$HOME" + git clone "https://git.amolinae.com/amolinae06/Wallpapers" >/dev/null 2>&1 && cd Wallpapers + rm -rf .git; cd "$HOME" >/dev/null 2>&1 } make_dwl() { cd $HOME/.local/src/dwl/ - sed -i "s|/home/amolinae/|/home/"$user"/|g" config.h - bwroot make install + sed -i "s|/home/amolinae/|/home/"$user"/|g" config.h >/dev/null 2>&1 + bwroot make install >/dev/null 2>&1 } make_slstatus() { cd $HOME/.local/src/slstatus/ - bwroot make install + bwroot make install >/dev/null 2>&1 } make_ctpv() { cd $HOME/.local/src/hellwal/ - bwroot make install + bwroot make install >/dev/null 2>&1 } make_hellwal() { mkdir .cache/hellwal/ cd $HOME/.local/src/hellwal/ - bwroot make install - cd; hellwal -i Pictures/Wallpapers/vatihall.jpg + bwroot make install >/dev/null 2>&1 + cd; hellwal -i Pictures/Wallpapers/vatihall.jpg >/dev/null 2>&1 } user="$@"