We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey dude,
thanks for your script - it saves a lot time!
Could you please add support for debian 11?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Just do the following:
(replace %USERNAME% with your username)
apt install apache2-utils -y apt install wget -y apt install squid -y touch /etc/squid/passwd chmod 777 /etc/squid/passwd htpasswd -c /etc/squid/passwd %USERNAME% /bin/rm -f /etc/squid/squid.conf /usr/bin/touch /etc/squid/blacklist.acl /usr/bin/wget --no-check-certificate -O /etc/squid/squid.conf https://raw.githubusercontent.com/serverok/squid-proxy-installer/master/squid.conf systemctl reload squid
I recently switched from Ubuntu LTS to Debian (bullseye) for mostly security and stability reasons, so I had to reinstall everything again.
Have fun :)
Sorry, something went wrong.
No branches or pull requests
Hey dude,
thanks for your script - it saves a lot time!
Could you please add support for debian 11?
Thanks in advance.
The text was updated successfully, but these errors were encountered: