diff options
author | Alexander Mamay <alexander@mamay.su> | 2015-09-28 14:51:11 +0600 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-09-28 13:38:58 +0200 |
commit | 5bb75128f944c61a93f6ebf379c6e78f9c77bfd5 (patch) | |
tree | defd63ddacc987439bb5b87dad2cd4a3f005d4b7 /xi | |
parent | d5f4d873c0b1f30f68509472fc60f5a1bd35e0a8 (diff) | |
download | xtools-5bb75128f944c61a93f6ebf379c6e78f9c77bfd5.tar.gz xtools-5bb75128f944c61a93f6ebf379c6e78f9c77bfd5.tar.xz xtools-5bb75128f944c61a93f6ebf379c6e78f9c77bfd5.zip |
xi: fix $ADDREPO
Diffstat (limited to 'xi')
-rwxr-xr-x | xi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xi b/xi index 63a6db3..9ae9a0a 100755 --- a/xi +++ b/xi @@ -17,4 +17,4 @@ elif [ "$(whoami)" != root ]; then SUDO='su root -c '\''"$@"'\'' -- -' fi -$SUDO xbps-install -S "$@" +$SUDO xbps-install $ADDREPO -S "$@" |