dotfiles/bin/kubic_bootstrap.sh

16 lines
327 B
Bash
Raw Permalink Normal View History

2020-08-24 06:41:22 +00:00
#!/bin/bash
# to be executed in transactional-update shell
2020-10-14 08:52:24 +00:00
set -aeou pipefail
2020-08-24 06:41:22 +00:00
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