Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install xmake

#via curl
bash <(curl -fsSL https://xmake.io/shget.text)
    
#via wget
bash <(wget https://xmake.io/shget.text -O -)

#via powershell
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install mongodb on ubuntu 22.04 
Shell :: size of directory powershell 
Shell :: install redis brew 
Shell :: how to uninstall opencv in ubuntu 
Shell :: install opencv2 homebrew 
Shell :: libqt5x11extras5 install ubuntu 
Shell :: process substitution <() bash 
Shell :: bash counter 
Shell :: how to Install nodejs on a chromebook 
Shell :: linux give permission to folder 
Shell :: split text file into multiple files bash 
Shell :: downgrade react 18 to 17 
Shell :: how to remove .idea from git 
Shell :: Clear powershell console history 
Shell :: linux filter groups 
Shell :: bash: /var/lib/snapd/snap/bin/docker-compose: No such file or directory 
Shell :: powershell check if string contains a word 
Shell :: how to install specific version of bootstrap using npm 
Shell :: killall command not found ubuntu 
Shell :: cv2.error: OpenCV(4.5.4) D 
Shell :: git command to remove file from staging area 
Shell :: pip install postgresql 
Shell :: sudo amazon-linux-extras install 
Shell :: pip install airflow 
Shell :: completely remove ros melodic 
Shell :: check node version 
Shell :: install nodemon typescritp 
Shell :: An unhandled exception occurred: Collection "@nativescript/schematics" cannot be resolved 
Shell :: ubuntu install bluetooth drivers 
Shell :: conda create enviroment from file 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =