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

updated tmux-mem-cpu-load (2.2.1 -> 3.4.0)
author Hans-G?nter Theisgen
date Tue Oct 22 14:09:23 2019 +0100 (2019-10-22)
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