diff options
Diffstat (limited to 'resources/scripts/helpers/download/flashrom')
-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/" |