kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

build (174B)


      1 #!/bin/sh -e
      2 
      3 pwd
      4 ls -alh
      5 pdfdetach -saveall Symbola.pdf
      6 mkdir -p "$1/usr/share/fonts/OTF/symbola"
      7 install -m 0644 -o root -g root Symbola.otf $1/usr/share/fonts/OTF/symbola