Skip to content

Commit

Permalink
updated for debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
serverok committed Jun 24, 2023
1 parent 9dd6310 commit 328d853
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions sok-find-os.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

############################################################
# Find OS
# Squid Proxy Installer
# Author: Yujin Boby
# Email: info@serverok.in
# Email: admin@serverOk.in
# Github: https://github.com/serverok/squid-proxy-installer/
# Web: https://serverok.in/squid
############################################################
# For Linux Server Management, contact
# If you need professional assistance, reach out to
# https://serverok.in/contact
############################################################

Expand Down
8 changes: 5 additions & 3 deletions squid-add-user.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

############################################################
# Squid Proxy Installer
# Author: Yujin Boby
# Email: info@serverok.in
# Email: admin@serverOk.in
# Github: https://github.com/serverok/squid-proxy-installer/
# Web: https://serverok.in/squid
############################################################
# For paid support, contact
# If you need professional assistance, reach out to
# https://serverok.in/contact
############################################################

Expand Down Expand Up @@ -51,6 +51,8 @@ elif [ $SOK_OS == "debian9" ]; then
systemctl reload squid
elif [ $SOK_OS == "debian10" ]; then
systemctl reload squid
elif [ $SOK_OS == "debian11" ]; then
systemctl reload squid
elif [ $SOK_OS == "centos7" ]; then
systemctl reload squid
elif [ $SOK_OS == "centos8" ]; then
Expand Down

0 comments on commit 328d853

Please sign in to comment.