1
0
mirror of synced 2024-11-25 14:26:09 +03:00
This commit is contained in:
hwdsl2 2021-09-11 22:26:55 -05:00
parent daf6ec76ae
commit ca411d90cd
5 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ check_os() {
*) *)
echo "Error: This script only supports one of the following OS:" >&2 echo "Error: This script only supports one of the following OS:" >&2
echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2
echo " Amazon Linux 2 and Alpine Linux" >&2 echo " Amazon Linux 2 or Alpine Linux" >&2
exit 1 exit 1
;; ;;
esac esac

View File

@ -68,7 +68,7 @@ check_os() {
*) *)
echo "Error: This script only supports one of the following OS:" >&2 echo "Error: This script only supports one of the following OS:" >&2
echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2
echo " Amazon Linux 2 and Alpine Linux" >&2 echo " Amazon Linux 2 or Alpine Linux" >&2
exit 1 exit 1
;; ;;
esac esac

View File

@ -59,7 +59,7 @@ check_os() {
*) *)
echo "Error: This script only supports one of the following OS:" >&2 echo "Error: This script only supports one of the following OS:" >&2
echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2
echo " Amazon Linux 2 and Alpine Linux" >&2 echo " Amazon Linux 2 or Alpine Linux" >&2
exit 1 exit 1
;; ;;
esac esac

View File

@ -70,7 +70,7 @@ check_os() {
*) *)
echo "Error: This script only supports one of the following OS:" >&2 echo "Error: This script only supports one of the following OS:" >&2
echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2
echo " Amazon Linux 2 and Alpine Linux" >&2 echo " Amazon Linux 2 or Alpine Linux" >&2
exit 1 exit 1
;; ;;
esac esac

View File

@ -90,7 +90,7 @@ check_os() {
*) *)
echo "Error: This script only supports one of the following OS:" >&2 echo "Error: This script only supports one of the following OS:" >&2
echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2
echo " Amazon Linux 2 and Alpine Linux" >&2 echo " Amazon Linux 2 or Alpine Linux" >&2
exit 1 exit 1
;; ;;
esac esac