Skip to content

Commit cb226fd

Browse files
committed
migrate to s6 v3
1 parent cad38ea commit cb226fd

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-vuetorrent/dependencies.d/init-mods

Whitespace-only changes.

root/etc/cont-init.d/98-install-vuetorrent root/etc/s6-overlay/s6-rc.d/init-mod-vuetorrent/run

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
cat <<EOF
44
---
55
VueTorrent Theme Installer
6-
Source: https://github.com/WDaan/VueTorrent
6+
Source: https://github.com/VueTorrent/VueTorrent
77
---
88
EOF
99

10-
RESPONSE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releases/latest)
10+
RESPONSE=$(curl -s -L https://api.github.com/repos/vuetorrent/vuetorrent/releases/latest)
1111

1212
TAG=$(echo "$RESPONSE" \
1313
| grep tag_name \
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/s6-overlay/s6-rc.d/init-mod-vuetorrent/run

root/etc/s6-overlay/s6-rc.d/init-mods-package-install/dependencies.d/init-mod-vuetorrent

Whitespace-only changes.

root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-vuetorrent

Whitespace-only changes.

0 commit comments

Comments
 (0)