diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-22 15:41:11 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-22 15:41:11 +0000 |
commit | 6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1 (patch) | |
tree | 198458caae58fd9054fdfef79ec6c6f179468b0b /resources | |
parent | ecf0ceff19f61e4a97636b3d8886f0208fadf8d9 (diff) | |
download | librebootfr-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.tar.gz librebootfr-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.zip |
download/flashrom: fix typo: it's git, not subversion
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index edf363a3..99e9b028 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -36,7 +36,7 @@ rm -Rf "flashrom/" # Get flashrom # ------------------------------------------------------------------------------ -# download it using subversion +# download it using git git clone https://github.com/stefanct/flashrom.git cd "flashrom/" |