Skip to content

Commit

Permalink
Change Discord custom invite to static website invite
Browse files Browse the repository at this point in the history
Signed-off-by: nythepegasus <nythepegasus84@gmail.com>
  • Loading branch information
nythepegasus committed Aug 4, 2023
1 parent a25d9fd commit 5818dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
d="M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z" />
</svg>
</a>
<a title="Discord" href="https://discord.gg/sidestore" target="_blank"
<a title="Discord" href="https://discord.gg/sidestore-949183273383395328" target="_blank"
class="flex justify-center w-6 h-6 transition-colors duration-100 text-zinc-300 hover:text-white"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor">
<path
Expand Down Expand Up @@ -519,4 +519,4 @@
<script src="./index.js" type="module"></script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let setupStepContents = [
`On your device, you'll need to download the WireGuard VPN app.<a class="btn-fill" target="_blank" href="https://apps.apple.com/us/app/wireguard/id1441195209">Download WireGuard</a>After that, you'll need to import SideStore's WireGuard configuration. (Download the file and then you can "share" it to the WireGuard app).<a class="btn-fill" target="_blank" href="https://github.com/SideStore/SideStore/releases/download/0.1.1/SideStore.conf">Download WireGuard Config</a>You'll have to turn on the VPN every time you want to use SideStore to sideload apps. You can turn it off when you're done, and the VPN doesn't connect to an external server, as it operates on-device.`,
//finished
() =>
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app itself once (you might have to swipe up to your homescreen for the process to complete).</li></ul><br> Now, you're all set! You can install apps from the sources tab or any other <code>.ipa</code> file you have.<br>If you run into any more issues, you can get support in our <a class="glink" target="_blank" href="https://discord.gg/sidestore">Discord server.</a>`,
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app itself once (you might have to swipe up to your homescreen for the process to complete).</li></ul><br> Now, you're all set! You can install apps from the sources tab or any other <code>.ipa</code> file you have.<br>If you run into any more issues, you can get support in our <a class="glink" target="_blank" href="https://discord.gg/sidestore-949183273383395328">Discord server.</a>`,
];

const osSelect = $('#setup-os-select');
Expand Down

0 comments on commit 5818dcc

Please sign in to comment.