archboot/usr/bin/archboot-x86_64-server-release.sh

10 lines
211 B
Bash
Raw Normal View History

2021-10-09 11:41:18 +02:00
#! /bin/bash
2022-02-09 13:12:07 +01:00
_ARCH="x86_64"
2022-03-21 22:32:56 +01:00
. /usr/lib/archboot/common.sh
. /usr/lib/archboot/server.sh
2022-02-08 20:20:21 +01:00
_root_check
2022-02-18 22:20:18 +01:00
_update_source
_x86_64_pacman_use_default || exit 1
2022-02-09 15:01:59 +01:00
_server_release || exit 1
_x86_64_pacman_restore || exit 1