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 e45345d commit d1f42c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install-yay() {
return 0
fi

rm -r ~/.install/yay
rm -rf ~/.install/yay
mkdir -p ~/.install
sudo pacman -Sy --needed base-devel git
git clone https://aur.archlinux.org/yay.git ~/.install/yay
Expand All @@ -80,15 +80,15 @@ install-nimf() {

rm -rf ~/.install/libhangul-git
git clone https://aur.archlinux.org/libhangul-git.git ~/.install/libhangul-git
cd libhangul-git && makepkg -si
cd ~/.install/libhangul-git && makepkg -si

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 nimf && makepkg -si
cd ~/.install/nimf && makepkg -si


if [ $? -ne 0 ]; then
Expand Down

0 comments on commit d1f42c0

Please sign in to comment.