Skip to content

Commit b04373b

Browse files
authored
Merge pull request #13 from UWCS/flatpakfix
Flatpakfix - again...
2 parents 0c3a4a9 + 18e85c3 commit b04373b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
context: .
3838
push: true
39-
tags: ghcr.io/${{ env.REPO_LC }}:latest
39+
tags: ghcr.io/${{ env.REPO_LC }}:latestflatpakfix

home/startsession.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/bash
2+
sudo flatpak remote-delete flathub
23
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
4+
flatpak install --user org.vinegarhq.Sober
35
dbus-run-session startplasma-x11

0 commit comments

Comments
 (0)