summaryrefslogtreecommitdiff
path: root/find-deprecated-pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'find-deprecated-pkgs')
-rwxr-xr-xfind-deprecated-pkgs5
1 files changed, 2 insertions, 3 deletions
diff --git a/find-deprecated-pkgs b/find-deprecated-pkgs
index 35ebd56..a527d2c 100755
--- a/find-deprecated-pkgs
+++ b/find-deprecated-pkgs
@@ -20,8 +20,7 @@ repos_parabola="pcr pcr-multilib pcr-multilib-testing pcr-testing libre libre-mu
# Set the blacklist files
# aur-blacklist.txt is not here since we want to check Arch's official repos
blacklists="blacklist.txt"
-
-# List here file that may also blacklist Parabola packages
+# List here files that may also blacklist Parabola packages
blacklists_parabola="your-initfreedom-blacklist.txt your-privacy-blacklist.txt your-freedom_emu-blacklist.txt"
# Mirrors. Please choose HTTPS over HTTP when possible
@@ -116,6 +115,6 @@ check(){
if [ -s $1 ]; then
usage
else
- ping -q -w 1 -c 1 `ip r | grep ^default | awk '{print $3}'` &> /dev/null || err 'You are not connected to internet'
+ ping -q -w 1 -c 1 `ip r | grep ^default | awk '{print $3}'` &> /dev/null || err 'You must have internet connection to run this program'
check $1 || STATUS=$? usage
fi