Skip to content

Commit

Permalink
chore: comment and format script
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-dufour committed Dec 1, 2024
1 parent 439f96c commit 36fd232
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/bash
#!/usr/bin/env bash

set -ouex pipefail
set -oue pipefail
set -x

# Allow dracut usage
rpm-ostree cliwrap install-to-root /

dnf uninstall --assumeyes \
Expand Down Expand Up @@ -29,6 +31,7 @@ dnf clean all

systemctl preset-all

# Rebuild initramfs to change plymouth theme
# https://gitlab.com/fedora/ostree/ci-test/-/tree/main
# https://github.com/coreos/layering-examples/blob/main/initramfs-module/Containerfile
# https://github.com/ublue-os/main/blob/main/initramfs.sh
Expand Down

0 comments on commit 36fd232

Please sign in to comment.