Change download server from self-hosted CDN to source Github
This commit is contained in:
@@ -8,8 +8,8 @@ rm -rf /tmp/aurcheck
|
|||||||
fi
|
fi
|
||||||
mkdir /tmp/aurcheck
|
mkdir /tmp/aurcheck
|
||||||
cd /tmp/aurcheck
|
cd /tmp/aurcheck
|
||||||
wget https://cdn.franscorack.com/pkg/aurcheck/aur_check-v2.sh
|
wget https://raw.githubusercontent.com/lenucksi/aur-malware-check/refs/heads/master/aur_check-v2.sh
|
||||||
wget https://cdn.franscorack.com/pkg/aurcheck/package_list.txt &&
|
wget https://raw.githubusercontent.com/lenucksi/aur-malware-check/refs/heads/master/package_list.txt &&
|
||||||
chmod 777 -R /tmp/aurcheck
|
chmod 777 -R /tmp/aurcheck
|
||||||
chmod +x /tmp/aurcheck/aur_check-v2.sh
|
chmod +x /tmp/aurcheck/aur_check-v2.sh
|
||||||
sh /tmp/aurcheck/aur_check-v2.sh --full &&
|
sh /tmp/aurcheck/aur_check-v2.sh --full &&
|
||||||
|
|||||||
Reference in New Issue
Block a user