wok view get-pcem-roms/stuff/get-pcem-roms @ rev 23055

libgnomeprint: Bison 3 update
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 12:23:57 2020 +0100 (2020-03-07)
parents 10c5947d7b5c
children 9849335f0b73
line source
1 #!/bin/sh
3 VERSION="15.0"
4 WEB_SITE="https://github.com/BaRRaKudaRain/PCem-ROMs"
5 ARCHIVE="$WEB_SITE/archive/v$VERSION.tar.gz"
7 mv -f /home/$USER/.pcem/roms /home/$USER/.pcem/roms-old ||
8 mkdir -p /home/$USER/.pcem
9 wget -O - $ARCHIVE | tar xzf - -C /home/$USER/.pcem/
10 mv /home/$USER/.pcem/PCem-ROMs-$VERSION /home/$USER/.pcem/roms
11 chown -R $USER.users /home/$USER/.pcem