Skip to content

Commit

Permalink
macaroni/live-setup-core: Bump v.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Dec 9, 2023
1 parent 1190610 commit bfc3e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/macaroni/live-setup-core/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: live-setup-core
version: "0.6"
version: "0.7"
category: macaroni
requires:
- name: entities
Expand Down
3 changes: 3 additions & 0 deletions packages/macaroni/live-setup-core/postinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ sed -i -e "s|macaroni-funtoo|${hostname}|g" /etc/hosts
# Temporary until the ISO build process cleanup this
rm -rf /luetdb || true

# Remove sudoers config of macaroni user
rm -f /etc/sudoers.d/99-macaroni || true

exit 0

0 comments on commit bfc3e0d

Please sign in to comment.