Skip to content
New issue

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

Debian 11 bullseye support #13

Open
j1gg3 opened this issue Mar 22, 2022 · 1 comment
Open

Debian 11 bullseye support #13

j1gg3 opened this issue Mar 22, 2022 · 1 comment

Comments

@j1gg3
Copy link

j1gg3 commented Mar 22, 2022

Hey dude,

thanks for your script - it saves a lot time!

Could you please add support for debian 11?

Thanks in advance.

@alwaysreading
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants