switch back to raw
This commit is contained in:
parent
321087cb6d
commit
3673117580
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user