Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

composer install linux

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
# php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
sudo php composer-setup.php --install-dir=/bin --filename=composer
php -r "unlink('composer-setup.php');"
Comment

instaling composer linux

# Check it out https://getcomposer.org/download/
Comment

PREVIOUS NEXT
Code Example
Shell :: task manager ubuntu 
Shell :: ps linux 
Shell :: what is ssh key in github 
Shell :: how to get out from vim editor 
Shell :: linux run .sh in terminal 
Shell :: docker build linux/amd64 
Shell :: kubernetes get persistent volumes 
Shell :: git how to add remote 
Shell :: bash for loop step 
Shell :: compress to tgz linux 
Shell :: how to check whether a string contains a special character or not in bash 
Shell :: how to create a folder in linux 
Shell :: bash floating point variables 
Shell :: name stash 
Shell :: gcc info linux 
Shell :: compare repositories github 
Shell :: kubernetes copy secret form another namespace 
Shell :: mkdir -p option 
Shell :: kibana download 
Shell :: speedtest linux console 
Shell :: load .bashrc 
Shell :: Remove a file from a Git repository without deleting it from the local 
Shell :: how to chanbge port number on centos8 
Shell :: remove dock from ubuntu 
Shell :: linux add user with home directory 
Shell :: PowerShell script block 
Shell :: git assume undo unchanged 
Shell :: how to switch branches git 
Shell :: installing flutter_native_splash 
Shell :: uname 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =