This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Checksum: ER+Uy+SORI2bc3ZH5A2Zrw | |
! Title: AdGuard German filter | |
! Description: EasyList Germany + AdGuard German filter. Filter list that specifically removes ads on websites in German language. | |
! Version: 2.0.36.79 | |
! TimeUpdated: 2023-08-05T12:32:04+00:00 | |
! Expires: 4 days (update frequency) | |
! Homepage: https://github.com/AdguardTeam/AdGuardFilters | |
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE | |
! | |
!---------------------------------------------------------------------------! |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Checksum: 3WqImvZbL+ZTRPpwde/Giw | |
! Title: AdGuard Russian filter | |
! Description: Filter that enables ad blocking on websites in Russian language. | |
! Version: 2.0.83.66 | |
! TimeUpdated: 2023-08-04T14:31:10+00:00 | |
! Expires: 4 days (update frequency) | |
! Homepage: https://github.com/AdguardTeam/AdGuardFilters | |
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE | |
! | |
!-------------------------------------------------------------------------------! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Check if unrar is installed | |
if ! command -v unrar &> /dev/null; then | |
echo "Error: unrar is not installed. Please install it first." | |
echo "On Debian/Ubuntu: sudo apt-get install unrar" | |
echo "On CentOS/RHEL: sudo yum install unrar" | |
exit 1 | |
fi |
OlderNewer