mirror of
https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
synced 2025-12-29 03:23:00 +03:00
gets rid of which: no pacman message in non arch distributions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user