Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog
- ╰─➤ wget https://get.symfony.com/cli/installer -O - | bash 127 ↵
- --2019-06-25 19:59:53-- https://get.symfony.com/cli/installer
- Resolving get.symfony.com (get.symfony.com)... 54.192.151.47, 54.192.151.126, 54.192.151.24, ...
- Connecting to get.symfony.com (get.symfony.com)|54.192.151.47|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 4647 (4,5K) [binary/octet-stream]
- Saving to: ‘STDOUT’
- - 100%[=====================================================================================>] 4,54K --.-KB/s in 0s
- 2019-06-25 19:59:54 (246 MB/s) - written to stdout [4647/4647]
- Symfony CLI installer
- Environment check
- [*] cURL is installed
- [*] Gzip is installed
- [*] Git is installed
- Download
- Finding the latest version (platform: "linux_amd64")...
- Downloading version 4.5.5 (https://github.com/symfony/cli/releases/download/v4.5.5/symfony_linux_amd64.gz)...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 613 0 613 0 0 1304 0 --:--:-- --:--:-- --:--:-- 1304
- 100 7225k 100 7225k 0 0 397k 0 0:00:18 0:00:18 --:--:-- 312k
- Uncompress binary...
- Making the binary executable...
- Installing the binary into your home directory...
- The binary was saved to: /home/yoesoff/.symfony/bin/symfony
- The Symfony CLI v4.5.5 was installed successfully!
- Add this to your shell configuration file:
- export PATH="$HOME/.symfony/bin:$PATH"
- Start a new shell, and then run 'symfony'
- Or install it globally on your system:
- mv /home/yoesoff/.symfony/bin/symfony /usr/local/bin/symfony
- and then run 'symfony'
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog
- ╰─➤ mv /home/yoesoff/.symfony/bin/symfony /usr/local/bin/symfony
- mv: cannot move '/home/yoesoff/.symfony/bin/symfony' to '/usr/local/bin/symfony': Permission denied
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog
- ╰─➤ sudo mv /home/yoesoff/.symfony/bin/symfony /usr/local/bin/symfony 1 ↵
- [sudo] password for yoesoff:
Add Comment
Please, Sign In to add comment