fix install

This commit is contained in:
Guillaume Castagnino 2021-11-05 11:39:57 +01:00
parent 5a97cb5cfc
commit 3b28f2260e
Signed by: casta
GPG Key ID: C47D4BFADB084424
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ export PATH="${PATH}:${SYSTEM}/bin:${SYSTEM}/xbin"
# install iptables script # install iptables script
echo "Installing font" echo "Installing font"
cp cm-data/NotoSans/NotoSans*.ttf ${SYSTEM}/fonts/ cp cm-data/*/*.ttf ${SYSTEM}/fonts/
chown root:root ${SYSTEM}/fonts/NotoSans*.ttf chown root:root ${SYSTEM}/fonts/*.ttf
chmod 750 ${SYSTEM}/fonts/NotoSans*.ttf chmod 644 ${SYSTEM}/fonts/*.ttf
# install restore script # install restore script
echo "Installing restore script" echo "Installing restore script"