Skip to content

Commit

Permalink
Rename AUR dependencies file
Browse files Browse the repository at this point in the history
To indicate where these are actually installed from.
  • Loading branch information
bobwhitelock committed Jun 20, 2020
1 parent 6c05061 commit 3a5cdd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_dependencies() {
run git submodule update --init --recursive

run 'xargs sudo pacman -S --noconfirm --needed < dependencies/pacman'
run 'xargs yaourt -S --noconfirm --needed < dependencies/yaourt'
run 'xargs yaourt -S --noconfirm --needed < dependencies/aur'

# XXX Should all these be installed - could break things?
run yarn global add elm elm-format@exp create-elm-app elm-oracle elm-test
Expand Down

0 comments on commit 3a5cdd8

Please sign in to comment.