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

8 lines
159 B
Bash
Raw Normal View History

2022-01-07 23:05:06 +01:00
#! /bin/bash
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-10-02 18:10:54 +02:00
_update_pacman_chroot || exit 1
2022-02-18 22:20:18 +01:00
_update_source
2022-02-09 15:01:59 +01:00
_server_release || exit 1