|
|
@@ -111,7 +111,7 @@ install_base() {
|
|
|
fi
|
|
|
;;
|
|
|
arch | manjaro | parch)
|
|
|
- pacman -Syu && pacman -Syu --noconfirm cronie curl tar tzdata socat ca-certificates openssl
|
|
|
+ pacman -Sy --noconfirm cronie curl tar tzdata socat ca-certificates openssl
|
|
|
;;
|
|
|
opensuse-tumbleweed | opensuse-leap)
|
|
|
zypper refresh && zypper -q install -y cron curl tar timezone socat ca-certificates openssl
|
|
|
@@ -204,7 +204,7 @@ install_postgres_local() {
|
|
|
[[ -d /var/lib/pgsql/data && -f /var/lib/pgsql/data/PG_VERSION ]] || postgresql-setup --initdb >&2 || return 1
|
|
|
;;
|
|
|
arch | manjaro | parch)
|
|
|
- pacman -Syu --noconfirm postgresql >&2 || return 1
|
|
|
+ pacman -Sy --noconfirm postgresql >&2 || return 1
|
|
|
if [[ ! -f /var/lib/postgres/data/PG_VERSION ]]; then
|
|
|
sudo -u postgres initdb -D /var/lib/postgres/data >&2 || return 1
|
|
|
fi
|