diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-22 10:41:11 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-22 10:41:11 (EST) |
commit | 6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1 (patch) | |
tree | 198458caae58fd9054fdfef79ec6c6f179468b0b /resources/scripts/helpers/download | |
parent | ecf0ceff19f61e4a97636b3d8886f0208fadf8d9 (diff) | |
download | libreboot-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.zip libreboot-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.tar.gz libreboot-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.tar.bz2 |
download/flashrom: fix typo: it's git, not subversion
Diffstat (limited to 'resources/scripts/helpers/download')
-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 edf363a..99e9b02 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/" |