[go: nahoru, domu]

Skip to content

Commit

Permalink
ubuntu ppa only on x86
Browse files Browse the repository at this point in the history
i added [ "$ARCH" = 'amd64' -o "$ARCH" = 'i386' ] to the check for adding the ppa
  • Loading branch information
zguithues committed Jul 26, 2017
1 parent 1b5062a commit 6ef87aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/kodi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

## Ubuntu Overrides
# Kodi has an official ppa for the latest stable version
if [ "$DISTRO" = 'ubuntu' ]; then
if [ "$DISTRO" = 'ubuntu' ] && [ "$ARCH" = 'amd64' -o "$ARCH" = 'i386' ]; then
# Pull in the signing key
apt-key adv --keyserver 'keyserver.ubuntu.com' \
--recv-keys '91E7EE5E'
Expand Down

0 comments on commit 6ef87aa

Please sign in to comment.