Cleanup
This commit is contained in:
parent
daf6ec76ae
commit
ca411d90cd
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user