mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-17 08:32:53 -05:00
@@ -18,7 +18,7 @@ log_prefix="-- [$(basename $0)]"
|
||||
|
||||
echo "$log_prefix downloading excludelist from GitHub"
|
||||
url="https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist"
|
||||
blacklisted=($(wget --quiet "$url" -O - | sort | uniq | grep -v "^#.*" | grep "[^-\s]"))
|
||||
blacklisted=($(wget --quiet "$url" -O - | sed 's|#.*||g' | sort | uniq))
|
||||
|
||||
# sanity check
|
||||
if [ "$blacklisted" == "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user