This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
shway
/
radioconda
Watch
1
Star
0
Fork
0
You've already forked radioconda
mirror of
https://github.com/ryanvolz/radioconda.git
synced
2024-11-10 06:23:49 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ee5081a80c
radioconda
/
installer_specs
/
radioconda-osx-64
/
post_install.sh
5 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Re-render 2021.05.21.dev
2021-05-21 15:09:50 -04:00
#!/bin/sh
PREFIX
=
"
${
PREFIX
:-
$2
/radioconda
}
"
Re-render 2023.01.19
2023-01-19 13:08:23 -05:00
rm -f
$PREFIX
/pkgs/*.tar.bz2
$PREFIX
/pkgs/*.conda
Re-render 2021.05.21.dev
2021-05-21 15:09:50 -04:00
exit
0
Reference in New Issue
Copy Permalink