switch back to raw

This commit is contained in:
Andras Bacsai 2023-04-28 11:56:05 +02:00
parent 321087cb6d
commit 3673117580

View File

@ -16,7 +16,7 @@ class CheckUpdate extends Component
protected function upgrade() protected function upgrade()
{ {
$branch = 'v4'; $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(); $server = Server::where('ip', 'host.docker.internal')->first();
if (!$server) { if (!$server) {