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

9 lines
183 B
Bash
Raw Normal View History

2022-01-07 23:05:06 +01:00
#! /bin/bash
2022-02-09 13:12:07 +01:00
_ARCH="aarch64"
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-09 15:01:59 +01:00
_update_aarch64_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