Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bun.sh install

#### 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 pyaudio in pycharm 
Shell :: terminal how to find a file name 
Shell :: git commit -m author identity unknown 
Shell :: restart gnome shell 
Shell :: Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 
Shell :: how to clone a specific git tag 
Shell :: install flutter in ubuntu 
Shell :: shell read file line by line 
Shell :: lua reverse shell 
Shell :: add user to group 
Shell :: bash loop 
Shell :: find program path linux 
Shell :: wsl install cmake 
Shell :: revert to a particular commit git 
Shell :: add pwd to path linux 
Shell :: github drupalcomposer project 
Shell :: alpine sudo 
Shell :: How to Enable-Migrations? 
Shell :: vim open shell in current directory 
Shell :: grav permissions 
Shell :: squelize-cli create empty migration 
Shell :: how to install slack in ubuntu 
Shell :: mkdir create if not exists 
Shell :: bz2 unzip 
Shell :: how to clear docker-compose logs 
Shell :: git stash list with date 
Shell :: pm2 adonisjs 
Shell :: crontab execute shell script 
Shell :: Could not create service of type FileHasher using BuildSessionServices.createFileHasher() 
Shell :: Undo commit and keep all files staged 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =