Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Commit

Permalink
Update scripts to include in main app
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelgv committed Apr 10, 2017
1 parent 03c42ea commit 599064a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pacaur
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ source "$configdir/config"

# source functions
functiondir="/usr/share/pacaur"
source "$functiondir/aur.sh"
source "$functiondir/cache.sh"
source "$functiondir/checks.sh"
source "$functiondir/deps.sh"
source "$functiondir/info.sh"
source "$functiondir/json.sh"
source "$functiondir/main.sh"
source "$functiondir/pkgs.sh"
source "$functiondir/utils.sh"
Expand Down

0 comments on commit 599064a

Please sign in to comment.