diff options
author | Tharre <tharre3@gmail.com> | 2016-08-18 23:59:49 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:40 +0000 |
commit | cacd76fca9d0cb6f664df2cc8e1427301ef964eb (patch) | |
tree | 23915f1f37481502f40e400e6e2fcc29137c331e | |
parent | 18ab5b0e924f004592d1003c42df944b2e3e3b23 (diff) | |
download | dotfiles-cacd76fca9d0cb6f664df2cc8e1427301ef964eb.tar.gz dotfiles-cacd76fca9d0cb6f664df2cc8e1427301ef964eb.tar.xz dotfiles-cacd76fca9d0cb6f664df2cc8e1427301ef964eb.zip |
makepkg.conf: remove password request from hib-dlagent
-rw-r--r-- | shell/_makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/_makepkg.conf b/shell/_makepkg.conf index 7439be0..2d44f5a 100644 --- a/shell/_makepkg.conf +++ b/shell/_makepkg.conf @@ -1,4 +1,4 @@ -DLAGENTS+=('hib::/usr/bin/hib-dlagent -u tharre3@gmail.com -p $(pass www/humblebundle) -o %o %u') +DLAGENTS+=('hib::/usr/bin/hib-dlagent -u tharre3@gmail.com -o %o %u') MAKEFLAGS="-j$(nproc)" |