Skip to content
Snippets Groups Projects
x-install.sh 180 B
Newer Older
  • Learn to ignore specific revisions
  • Malin Freeborn's avatar
    Malin Freeborn committed
    #!/bin/sh
    
    xbps-install -Sy xbps
    xbps-install -Sy git git-lfs \
    	inkscape \
    	bash \
    	make \
    	texlive-latexmk \
    	texlive2023-bin 
    
    git lfs install
    
    ln -sf /usr/bin/bash /usr/bin/sh