Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 28, 2024
1 parent bfa3ef5 commit 8cfd979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ install-nimf() {
git clone https://aur.archlinux.org/libhangul-git.git ~/.install/libhangul-git
cd ~/.install/libhangul-git && makepkg -si

if [ $? -ne 0 ]; then
error "Failed to install 'libhangul-git'"
fi
# if [ $? -ne 0 ]; then
# error "Failed to install 'libhangul-git'"
# fi

rm -rf ~/.install/nimf
git clone https://github.com/hamonikr/nimf.git ~/.install/nimf
cd ~/.install/nimf && makepkg -si


if [ $? -ne 0 ]; then
error "Failed to install 'nimf'"
fi
# if [ $? -ne 0 ]; then
# error "Failed to install 'nimf'"
# fi
}

# Determine OS
Expand Down
1 change: 0 additions & 1 deletion setup/arch-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ polybar
nitrogen
picom
trayer-srg-git
libhangul-git
tmux
rofi
xorg
Expand Down

0 comments on commit 8cfd979

Please sign in to comment.