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

9 lines
200 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"
source /usr/lib/archboot/functions
source /usr/lib/archboot/server_functions
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