Skip to content

Commit

Permalink
Consume luet-makeiso from our repository (#353)
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Jun 30, 2021
1 parent 8765839 commit b38f1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ifneq ($(shell id -u), 0)
@echo "'$@' is missing and you must be root to install it."
@exit 1
else
$(LUET) install -y extension/makeiso
$(LUET) install -y toolchain/luet-makeiso
endif

$(MTREE):
Expand Down
8 changes: 1 addition & 7 deletions scripts/get_luet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ general:
debug: false
spinner_charset: 9
repositories:
- name: "luet"
type: "http"
enable: true
priority: 1
urls:
- "https://raw.githubusercontent.com/Luet-lab/luet-repo/gh-pages"
- name: "cos"
description: "cOS official"
type: "docker"
Expand All @@ -53,4 +47,4 @@ EOF

./luet install -y $LUET_PACKAGE

rm -rf luet
rm -rf luet

0 comments on commit b38f1b7

Please sign in to comment.