Skip to content

Commit

Permalink
google-chrome run before bling
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Oct 31, 2023
1 parent 37fb610 commit fe060fb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config/module_config/google-chrome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: script
scripts:
- google-chrome.sh
4 changes: 3 additions & 1 deletion config/module_config/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ install:
- gnome-shell-extension-tailscale-status
# GTK-Theme
- gnome-themes-extra
# Repo Font
- liberation-fonts
# Podman
- podman-plugins
- podman-tui
Expand Down Expand Up @@ -57,7 +59,7 @@ install:
- docker-compose-plugin
- containerd.io
# Installed using a script
# Chrome
# - broken Chrome
# Docker Compose
# Pano Gnome Extension

Expand Down
1 change: 0 additions & 1 deletion config/module_config/scripts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
type: script
scripts:
- alternatives-workarounds.sh
- google-chrome.sh
- docker-compose.sh
- pano.sh
# - image-info.sh
Expand Down
1 change: 1 addition & 0 deletions config/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ flavor: nvidia
modules:
- from-file: module_config/files.yml
- from-file: module_config/packages.yml
- from-file: module_config/google-chrome.yml
- from-file: module_config/bling.yml
- from-file: module_config/fonts.yml
- from-file: module_config/systemd.yml
Expand Down
1 change: 1 addition & 0 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ flavor: main
modules:
- from-file: module_config/files.yml
- from-file: module_config/packages.yml
- from-file: module_config/google-chrome.yml
- from-file: module_config/bling.yml
- from-file: module_config/fonts.yml
- from-file: module_config/systemd.yml
Expand Down

0 comments on commit fe060fb

Please sign in to comment.