Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Aug 2, 2017
1 parent 3fd6d1f commit 063adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ container-init: container
lxc exec $$(cat container) -- apt update
lxc exec $$(cat container) -- apt upgrade -y
lxc exec $$(cat container) -- apt install -y ubuntu-standard
lxc exec $$(cat container) -- apt purge -y cloud-init pppd landscape-client
lxc exec $$(cat container) -- apt purge -y cloud-init ppp landscape-client
lxc snapshot $$(cat container) $@
touch $@

Expand Down

0 comments on commit 063adb6

Please sign in to comment.