Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: install flathub packages as user (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 20, 2023
1 parent 05c842d commit 9f6d938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ screens:
first-screen:
source: yafti.screen.title
values:
title: "Welcome to Bluefin"
title: "Welcome to Bluefin (Alpha)"
icon: "/path/to/icon"
description: |
Pick some applications to get started
Expand All @@ -16,11 +16,11 @@ screens:
condition:
run: flatpak remotes --system | grep fedora
description: |
This will modify your Flatpaks. If you do not want to do this exit the installer.
WARNING: This will modify your Flatpaks if you are rebasing! If you do not want to do this exit the installer.
actions:
- run: flatpak remote-delete fedora --force
- run: flatpak remove --system --noninteractive --all
- run: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- run: flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
applications:
source: yafti.screen.package
values:
Expand Down

0 comments on commit 9f6d938

Please sign in to comment.