mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
3 lines
112 B
Bash
Executable file
3 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git archive --format=tar --prefix=LibreELEC-source-$1/ tags/$1 | bzip2 > LibreELEC-source-$1.tar.bz2
|