diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-10 01:24:43 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-10 01:24:43 -0700 |
commit | ae56e1ec2c869278060518e3f6c99714962cdf44 (patch) | |
tree | c56992696c86b1095f7ff66807a0d7fd3cd18b20 /gen_iso | |
parent | d47c670e132109a928054b2554cc48144412ba4e (diff) | |
download | mu-ae56e1ec2c869278060518e3f6c99714962cdf44.tar.gz |
5504
Diffstat (limited to 'gen_iso')
-rwxr-xr-x | gen_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_iso b/gen_iso index cf2c6ab6..e4111742 100755 --- a/gen_iso +++ b/gen_iso @@ -5,7 +5,7 @@ # Must be run on Linux. # # Dependencies: -# apt install build-essential flex bison libelf-dev libssl-dev xorriso +# apt install build-essential flex bison wget libelf-dev libssl-dev xorriso # # Based on http://minimal.linux-bg.org (GPLv3) |