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 Feb 19, 2024
1 parent 0dc77ec commit f245f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/Global/9095-setup-os.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rm -f /etc/bladeos-repo.deb

# 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/Colloid-dark/apps/scalable/system-software-install.svg|' /usr/share/applications/install-debian.desktop

# Link scripts to /usr/bin
ln -sf /usr/share/blade/scripts/* /usr/bin/
Expand All @@ -27,4 +28,4 @@ rm -f /etc/bladeos-repo.deb

# Setup flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install org.mozilla.firefox/x86_64/stable org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark -y
flatpak install org.mozilla.firefox/x86_64/stable org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark -y

0 comments on commit f245f73

Please sign in to comment.