fix(workaround): fonts not being properly displayed in systems

This commit is contained in:
tulili 2023-07-17 11:05:20 -03:00
parent 5dece35a46
commit 1f8f8fa703
No known key found for this signature in database
28 changed files with 404 additions and 11 deletions

View file

@ -12,17 +12,6 @@ install -c -m 0755 /tmp/devpod "$FILES_ROOT/usr/bin"
wget -O /tmp/devpod.rpm https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux_x86_64.rpm
mv /tmp/devpod.rpm /tmp/ublue-os/rpms
wget -O /tmp/inter.zip 'https://github.com/rsms/inter/releases/download/v3.19/Inter-3.19.zip'
mkdir /tmp/inter
unzip /tmp/inter.zip -d "/tmp/inter"
mv "/tmp/inter/Inter Desktop/" "$FILES_ROOT/usr/share/fonts"
wget -O /tmp/ubuntu.zip 'https://assets.ubuntu.com/v1/0cef8205-ubuntu-font-family-0.83.zip'
unzip /tmp/ubuntu.zip -d "/tmp/ubuntu"
rm -rf /tmp/ubuntu/__MACOSX
chmod 755 /tmp/ubuntu/*
mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts"
wget -O /tmp/intelmono.zip 'https://github.com/intel/intel-one-mono/releases/latest/download/ttf.zip'
unzip /tmp/intelmono.zip -d "/tmp/intelmono"
mv /tmp/intelmono/ttf "$FILES_ROOT/usr/share/fonts/intel-one-mono"