nulib/lib/uinst/rootconf

11 lines
230 B
Plaintext
Raw Normal View History

2023-10-03 05:41:24 +04:00
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
source "$@" || exit 1
source "$ULIBDIR/ulib" || exit 1
urequire DEFAULTS
cd "$scriptdir/../.."
sed "s|@@""dest""@@|$dest|g" load.sh >/etc/nucore.sh
exit 0