v2.7.1
This commit is contained in:
parent
e08db7c56d
commit
ff1c4f8e84
@ -145,13 +145,13 @@ install_base() {
|
|||||||
apt-get update && apt-get install -y -q wget curl sudo tar tzdata
|
apt-get update && apt-get install -y -q wget curl sudo tar tzdata
|
||||||
;;
|
;;
|
||||||
centos | rhel | almalinux | rocky | ol)
|
centos | rhel | almalinux | rocky | ol)
|
||||||
yum -y update && yum install -y -q wget curl sudo tar tzdata
|
yum -y --exclude=kernel* update && yum install -y -q wget curl sudo tar tzdata
|
||||||
;;
|
;;
|
||||||
fedora | amzn | virtuozzo)
|
fedora | amzn | virtuozzo)
|
||||||
dnf -y update && dnf install -y -q wget curl sudo tar tzdata
|
dnf -y --exclude=kernel* update && dnf install -y -q wget curl sudo tar tzdata
|
||||||
;;
|
;;
|
||||||
arch | manjaro | parch)
|
arch | manjaro | parch)
|
||||||
pacman -Syu && pacman -Syu --noconfirm wget curl sudo tar tzdata
|
pacman -Sy && pacman -S --noconfirm wget curl sudo tar tzdata
|
||||||
;;
|
;;
|
||||||
alpine)
|
alpine)
|
||||||
apk update && apk add --no-cache wget curl sudo tar tzdata
|
apk update && apk add --no-cache wget curl sudo tar tzdata
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user