parent
e42ad2f637
commit
a8caa022ce
1 changed files with 7 additions and 0 deletions
7
src/setup/dev/bun.py
Normal file
7
src/setup/dev/bun.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
from os import system
|
||||||
|
|
||||||
|
desc = "Deno but it's good++"
|
||||||
|
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
system("curl https://bun.sh/install | bash")
|
Loading…
Add table
Add a link
Reference in a new issue