Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install bunjs

#### Install ####

# Native: (macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux)
curl -fsSL https://bun.sh/install | bash

# Docker: (Linux x64)
docker pull jarredsumner/bun:edge
docker run --rm --init --ulimit memlock=-1:-1 jarredsumner/bun:edge

# If using Linux, kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1. ##
Comment

how to install bun js

curl https://bun.sh/install | bash
Comment

PREVIOUS NEXT
Code Example
Shell :: flutter android sdk file not found 
Shell :: git log for specific file 
Shell :: g++ use c++20 
Shell :: open word file ubuntu 
Shell :: how to add an existing project to github 
Shell :: git ignore clear 
Shell :: install github desktop on arch linux 
Shell :: access windows files on wsl 
Shell :: remove unnamed docker images 
Shell :: print first lines of file linux 
Shell :: install terminus in ubuntu 
Shell :: git lines of code per user 
Shell :: ubuntu install jdk 14 
Shell :: aws configure profile 
Shell :: vscode disable powershell integrated console 
Shell :: conda install pdf2image 
Shell :: awk for loop 
Shell :: rdp linux ubuntu 
Shell :: Failed to execute child process “python” (No such file or directory) 
Shell :: install piper ubuntu 
Shell :: adonis run migration 
Shell :: docker run image command 
Shell :: How to export a GPG private key to a file 
Shell :: how to install tensorflow on anaconda 
Shell :: A multi-stage Dockerfile for building nodejs 
Shell :: activate conda environment in bash script 
Shell :: install python3 and python pip in docker 
Shell :: ! [rejected] main - main 
Shell :: install zsh hyper mac 
Shell :: linux webcam command line 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =