Skip to content

Commit

Permalink
Merge pull request #2 from jimmykarily/master
Browse files Browse the repository at this point in the history
Remove left over containers
  • Loading branch information
mudler authored Sep 8, 2023
2 parents 302a0ec + 3d7523e commit cec7749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

set -ex

docker rm luet || true
docker run --name luet quay.io/luet/base:"$LUET_TAG" && docker cp luet:/usr/bin/luet ./
docker rm luet || true
chmod +x luet
sudo mv luet /usr/bin/luet
sudo mkdir -p /etc/luet/repos.conf.d/
sudo luet repo add -y kairos --url "$REPOSITORY" --type "$REPOSITORY_TYPE"
LUET_NOLOCK=true sudo -E luet install -y "$PACKAGES"
LUET_NOLOCK=true sudo -E luet install -y "$PACKAGES"

0 comments on commit cec7749

Please sign in to comment.