Skip to content

Commit 0deca1f

Browse files
committed
Update update.blade.php
1 parent d9bd9d6 commit 0deca1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/views/update.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@
2222
<div class="logo-centered">l</div>
2323
</div>
2424
<h1>Updater</h1>
25+
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
26+
<h4 class="">The updater only works on Linux based systems.</h4>
27+
<a class="btn" href="https://littlelink-custom.com/update"><button style=""><i class="fa-solid fa-download btn"></i> Update manually</button></a>
28+
@else
2529
<h4 class="">You can update your installation automatically or download the update and install it manually:</h4>
2630
<br><div class="row">
2731
&ensp;<a class="btn" href="{{url()->current()}}/?backup"><button style=""><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a>&ensp;
2832
&ensp;<a class="btn" href="https://littlelink-custom.com/update"><button style=""><i class="fa-solid fa-download btn"></i> Update manually</button></a>&ensp;
2933
</div>
34+
@endif
3035

3136
@endif
3237

0 commit comments

Comments
 (0)