From 0c52f448a0c6d5cd3c5cce597fcf3ad9582c90f1 Mon Sep 17 00:00:00 2001 From: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> Date: Sat, 29 Dec 2018 15:38:16 -0800 Subject: Rename installjellyfin.bat to install.bat and renaming the batch file --- install.bat | 1 + installjellyfin.bat | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 install.bat delete mode 100644 installjellyfin.bat diff --git a/install.bat b/install.bat new file mode 100644 index 000000000..e21479a79 --- /dev/null +++ b/install.bat @@ -0,0 +1 @@ +powershell.exe -executionpolicy Bypass -file install-jellyfin.ps1 diff --git a/installjellyfin.bat b/installjellyfin.bat deleted file mode 100644 index 79b66658d..000000000 --- a/installjellyfin.bat +++ /dev/null @@ -1 +0,0 @@ -powershell.exe -executionpolicy Bypass -file install-jellyfin.ps1 \ No newline at end of file -- cgit v1.2.3