From 367311758066f3c3e40e07f17e090d30ae232bce Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 28 Apr 2023 11:56:05 +0200 Subject: [PATCH] switch back to raw --- app/Http/Livewire/CheckUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/CheckUpdate.php b/app/Http/Livewire/CheckUpdate.php index 218bef150..cb253d175 100644 --- a/app/Http/Livewire/CheckUpdate.php +++ b/app/Http/Livewire/CheckUpdate.php @@ -16,7 +16,7 @@ class CheckUpdate extends Component protected function upgrade() { $branch = 'v4'; - $location = "https://github.com/coollabsio/coolify/tree/$branch"; + $location = "https://raw.githubusercontent.com/coollabsio/coolify/$branch"; $server = Server::where('ip', 'host.docker.internal')->first(); if (!$server) {