6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
apt install squid
|
|
cp squid/cfg /etc/squid/squid.conf
|
|
systemctl restart squid
|