mirror of
https://github.com/NixOS/nix.git
synced 2024-12-12 16:42:30 +00:00
5 lines
71 B
Bash
5 lines
71 B
Bash
mkdir $out
|
|
cd $out
|
|
$bzip2 -d < $src | $tar xf -
|
|
mv * $out/$channelName
|