Skip to content

Commit

Permalink
Update 9095-setup-os.chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
novusthedev authored Dec 17, 2023
1 parent 026b8c7 commit adf539a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hooks/9095-setup-os.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -e

# Change installer icon name to Blade

# sed -i -e 's|Debian|Blade|g' /usr/share/applications/install-debian.desktop
# sed -i -e 's|^ *Icon=install-debian|Icon=/usr/share/icons/BladeNoText.svg|' /usr/share/applications/install-debian.desktop
sed -i -e 's|Debian|Blade|g' /usr/share/applications/install-debian.desktop
sed -i -e 's|^ *Icon=install-debian|Icon=/usr/share/icons/BladeNoText.svg|' /usr/share/applications/install-debian.desktop

# Remove un-needed packages
/usr/bin/apt purge -y systemsettings
/usr/bin/apt autoremove -y
/usr/bin/apt autoremove -y

0 comments on commit adf539a

Please sign in to comment.