Skip to content

Commit

Permalink
fix: install script does not execute last two commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jun 21, 2021
1 parent e7f6e0c commit d4df14c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions assets/package/install
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,5 @@ git clone https://aur.archlinux.org/yeet.git

# Build package query first
cd package-query
makepkg -sfCci

cd ../yeet
makepkg -sfCci

# Done
printg "==> Yeet installed succesfully!"
# Put it all in one line; else it skips installing the last package for some reason when piped to bash from cURL
makepkg -sfCci --noconfirm && cd ../yeet && makepkg -sfCci --noconfirm && printg "==> Yeet installed succesfully!"

0 comments on commit d4df14c

Please sign in to comment.