mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 05:11:46 +03:00
8 lines
93 B
Bash
8 lines
93 B
Bash
source $stdenv/setup
|
|
|
|
cp -r $src ./src
|
|
chmod -R u+w ./src
|
|
cd ./src
|
|
|
|
PREFIX=$out make install
|