Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install bun.sh

#### 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

PREVIOUS NEXT
Code Example
Shell :: install qt4-qmake ubuntu 
Shell :: supprimer une branche locale git 
Shell :: how to install npm 
Shell :: windows view processes command line 
Shell :: ubuntu install pip 
Shell :: How to remove files from new gitignore file 
Shell :: adonis js make seeder 
Shell :: access windows files from windows ubuntu 
Shell :: xcode print long string 
Shell :: git add commit in one command 
Shell :: install pip 
Shell :: how to tar linux 
Shell :: how to check crontab list 
Shell :: aws cli config profile 
Shell :: Update VS code from snap store 
Shell :: install pydotplus by pip ubuntu 
Shell :: see ssh key 
Shell :: react router dom with typescript 
Shell :: linux set permissions during copy 
Shell :: zsh: command not found: valet 
Shell :: git error:Administrator@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
Shell :: install react file base64 
Shell :: install docker-compose ec2 
Shell :: git checkout branch on different remote 
Shell :: gitignore doesnt delte remote files 
Shell :: rollback git 
Shell :: how to verify if pip installed a package 
Shell :: installing pipewire 
Shell :: oh my zsh apple m1 
Shell :: check how many version installed on nvm package 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =