mirror of
https://github.com/encounter/yarn.git
synced 2026-03-30 11:43:44 -07:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo add-apt-repository ppa:git-core/ppa -y
|
|
sudo apt-get update
|
|
sudo apt-get install git -y
|