dotfiles/bin/kubic_bootstrap.sh
2020-10-14 10:52:24 +02:00

16 lines
327 B
Bash

#!/bin/bash
# to be executed in transactional-update shell
set -aeou pipefail
zypper install \
vim \
jq \
salt-minion \
golang-github-prometheus-node_exporter \
borgbackup
systemctl enable salt-minion
systemctl enable prometheus-node_exporter
rm /etc/localtime
ln -s /usr/share/zoneinfo/Europe/Stockholm /etc/localtime