diff --git a/scripts/fix-opera.sh b/scripts/fix-opera.sh index 2517a41..d05cfec 100755 --- a/scripts/fix-opera.sh +++ b/scripts/fix-opera.sh @@ -20,7 +20,7 @@ if ! which wget > /dev/null; then exit 1 fi -if which pacman > /dev/null; then +if which pacman &> /dev/null; then ARCH_SYSTEM=true fi