File tree Expand file tree Collapse file tree
integration_test/third_party_apps_test/applications/aerospike/debian_ubuntu Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,17 +33,13 @@ source /etc/os-release
3333case $ID in
3434 debian)
3535 case "$VERSION_ID" in
36- 9*) debian_version="debian9";;
37- 10*) debian_version="debian10";;
3836 11*) debian_version="debian11";;
3937 *) echo "Found version: $VERSION_ID, supported versions are 9/10/11";;
4038 esac
4139 os_version=$debian_version
4240 ;;
4341 ubuntu)
4442 case "$VERSION_ID" in
45- 18*) ubuntu_version="ubuntu18.04";;
46- 20*) ubuntu_version="ubuntu20.04";;
4743 22*) ubuntu_version="ubuntu22.04";;
4844 24*) ubuntu_version="ubuntu24.04";;
4945 25*) ubuntu_version="ubuntu25.04";;
@@ -54,9 +50,7 @@ case $ID in
5450esac
5551
5652case $os_version in
57- debian9|ubuntu18.04)
58- install_5;;
59- debian10|debian11|ubuntu20.04|ubuntu22.04)
53+ debian11|ubuntu20.04|ubuntu22.04)
6054 install_6;;
6155 ubuntu24.04|ubuntu25.04)
6256 install_7;;
You can’t perform that action at this time.
0 commit comments