mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
adding elementary OS to install script
It's basically just an Ubuntu, I'm a total noob but I've tried it on elementary OS "Freya" and it worked Signed-off-by: M Yahya <ya7yaz@gmail.com>
This commit is contained in:
parent
2e4d36ed80
commit
b57830aee4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ do_install() {
|
|||
exit 0
|
||||
;;
|
||||
|
||||
ubuntu|debian|linuxmint)
|
||||
ubuntu|debian|linuxmint|'elementary os')
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
did_apt_get_update=
|
||||
|
|
Loading…
Reference in a new issue