fix!: move recipe.yml to standardized location
This commit is contained in:
@@ -26,7 +26,7 @@ distrobox-ubuntu:
|
||||
setup-flatpaks:
|
||||
#!/usr/bin/env bash
|
||||
echo 'Installing flatpaks from the ublue recipe ...'
|
||||
flatpaks=$(yq '.flatpaks[]' < /usr/etc/ublue-recipe.yml)
|
||||
flatpaks=$(yq '.flatpaks[]' < /usr/share/ublue-os/recipe.yml)
|
||||
for pkg in $flatpaks; do \
|
||||
echo "Installing: ${pkg}" && \
|
||||
flatpak install --user --noninteractive flathub $pkg; \
|
||||
|
||||
Reference in New Issue
Block a user