Skip to content

Commit b28d656

Browse files
author
jan
committed
case sensitive mismatch makes mac comments invisible
1 parent e1b390d commit b28d656

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/WebContent/stable.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
Arduino eclipse IDE!</p>
6262
<p>The product is the only supported setup!</p>
6363
<p>Sloeber needs java 8! Other java versions will not work!</p>
64-
<?php if($os=="win"){echo "<p>It even includes java.</p>";}; ?>
65-
<?php if($os=="MacOS"){echo "<p>Due to mac new security approach a simple download and extract will not work.</p>";}; ?>
66-
<?php if($os=="MacOS"){echo "<p>Follow following steps to install.</p>";}; ?>
67-
<?php if($os=="MacOS"){echo "<p>1)download with mac browser.</p>";}; ?>
68-
<?php if($os=="MacOS"){echo "<p>2)unpacked the sloeber ide zip file with the macOS native Archive Utility. Not in the download folder!!!</p>";}; ?>
69-
<?php if($os=="MacOS"){echo "<p>3)in the folder where you extracted Sloeber run: sudo xattr -r -d com.apple.quarantine Sloeber.app</p>";}; ?>
70-
<?php if($os=="MacOS"){echo "<p></p>";}; ?>
71-
<?php if($os=="MacOS"){echo "<p>Read the info on this site at: install->start here->Mac comments</p>";}; ?>
64+
<?php if($os=="win"){echo "<p>The product includes java.</p>";}; ?>
65+
<?php if($os=="macos"){echo "<p>Due to mac new security approach a simple download and extract will not work.</p>";}; ?>
66+
<?php if($os=="macos"){echo "<p>Follow following steps to install.</p>";}; ?>
67+
<?php if($os=="macos"){echo "<p>1)download with mac browser.</p>";}; ?>
68+
<?php if($os=="macos"){echo "<p>2)unpacked the sloeber ide zip file with the macOS native Archive Utility. Not in the download folder!!!</p>";}; ?>
69+
<?php if($os=="macos"){echo "<p>3)in the folder where you extracted Sloeber run: sudo xattr -r -d com.apple.quarantine Sloeber.app</p>";}; ?>
70+
<?php if($os=="macos"){echo "<p></p>";}; ?>
71+
<<p>Read the info on this site at: install->start here-> <?php echo "$OS";?> comments</p>
7272

7373
If you have download issues try another browser. Firefox seems to work fine on all oses. chrome seems to have issues.
7474
<div class="row">

0 commit comments

Comments
 (0)