Skip to content

Commit

Permalink
fix surface and temp workaround while 41 is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Oct 1, 2024
1 parent 370d9c2 commit 0ab205a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion katsu/modules/base/repodir/linux-surface.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[linux-surface]
name=Surface Kernel
baseurl=https://pkg.surfacelinux.com/fedora/f$releasever/
baseurl=https://pkg.surfacelinux.com/fedora/f40/
enabled=1
skip_if_unavailable=1
gpgkey=https://raw.githubusercontent.com/linux-surface/linux-surface/master/pkg/keys/surface.asc
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/ports/surface/flagship-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scripts:
post:
- id: flagship-live
name: Set up Flagship Live
file: ../../flagship/flagship-live.sh
file: ../../flagship/./flagship-live.sh
- id: surface.sh
name: Enable Surface Watchdog
file: ./surface.sh
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/ports/surface/gnome-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scripts:
post:
- id: gnome-live
name: Set up GNOME Live
file: gnome-live.sh
file: ../../gnome/./gnome-live.sh
- id: surface.sh
name: Enable Surface Watchdog
file: ./surface.sh
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/ports/surface/plasma-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scripts:
post:
- id: plasma-live
name: Set up Plasma Live
file: ./plasma-live.sh
file: ../../plasma/./plasma-live.sh
- id: surface.sh
name: Enable Surface Watchdog
file: ./surface.sh
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/ports/surface/xfce-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scripts:
post:
- id: xfce-live
name: Set up XFCE Live
file: ./xfce-live.sh
file: ../../xfce/./xfce-live.sh
- id: surface.sh
name: Enable Surface Watchdog
file: ./surface.sh
Expand Down

0 comments on commit 0ab205a

Please sign in to comment.