install.html 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="How to make your device even more sus">
  8. <meta name="keywords" content="amogos,amog os,amongos,amogus,among us">
  9. <meta name="theme-color" content="#66ddcc">
  10. <meta property="og:site_name" content="AmogOS">
  11. <meta name="og:title" content="Install Instructions">
  12. <meta name="og:description" content="How to make your device even more sus">
  13. <meta name="og:image" itemprop="image" content="https://amog-os.github.io/icons/sus.png">
  14. <link rel="shortcut icon" href="icons/sus.ico" sizes="32x32">
  15. <link rel="bookmark" href="icons/sus.ico">
  16. <link href="common.css" rel="stylesheet" type="text/css">
  17. <link href="article.css" rel="stylesheet" type="text/css">
  18. <title>Install Instructions - AmogOS</title>
  19. <style>
  20. #text-area a{
  21. color: #66ddcc;
  22. }
  23. #text-area a:hover{
  24. color: #669999;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div id="main-container">
  30. <header>
  31. <nav>
  32. <ul id="bar">
  33. <li><a id="nav-logo" href="https://amog-os.github.io"></a></li>
  34. <li><a id="nav-home" href="index.html">Home</a></li>
  35. <li><a id="nav-install" class="now" href="install.html">Install</a></li>
  36. <li><a id="nav-about" href="about.html">About</a></li>
  37. <li><a id="nav-donate" href="donate.html">Donate</a></li>
  38. </ul>
  39. </nav>
  40. </header>
  41. <div id="text-area">
  42. <h1>Install Instructions</h1>
  43. <h3 id="description">How to make your device even more sus.</h3>
  44. <p>0. Please read the <a href="https://github.com/Amog-OS/AmogOS#installation-notes">Installation Notes</a> before making your device sus.</p>
  45. <p>1. Download the latest files from the <a href="downloads.html">Downloads</a> page for your CPU's architecture.</p>
  46. <p>2. Flash the image to your device:</p>
  47. <ul>
  48. <li>For RPi Version: Flash the <span><b>img.xz</b></span> file with <a href="https://www.raspberrypi.com/software/" target="_blank" rel="noopener noreferrer">Raspberry Pi Imager</a> or <a href="https://www.balena.io/etcher/" target="_blank" rel="noopener noreferrer">Balena Etcher</a>.</li>
  49. <br/>
  50. <li> x86_64 Version: Flash the <span><b>.iso</b></span> to your USB stick using Universal USB Imager to run it on bare metal, or manually flash the zip if you are using Linux. <br> <br> (Instructions for both can be found in a <a href="https://github.com/Amog-OS/AmogOS/blob/main/Additional_Notes/AmogOS-x64-installation-README.md" target="_blank" rel="noopener noreferrer">detailed instructions</a> file). You can also run the OS in your browser with <a href="https://distrotest.net/AmogOS" target="_blank" rel="noopener noreferrer">DistroTest.net</a>, or run it as a VM with VirturalBox/VMware by downloading the VM disk from the <a href="index.html">home</a> page and importing the <b>.ova</b> file into your VM software of choice. </li>
  51. </ul>
  52. <br/><br/>
  53. <p>3. Boot it up and it's done! Your device is now a sussy wussy baka!</p>
  54. <br/>
  55. <p>If the OS won't boot, check out the <a href="https://github.com/Amog-OS/AmogOS#installation-notes">Installation Notes</a> and <a href="https://github.com/Amog-OS/AmogOS/blob/main/Additional_Notes/AmogOS-x64-installation-README.md" target="_blank" rel="noopener noreferrer">x64 Getting Started</a>. If those still don't help you, why not drop by our <a href="https://discord.gg/6ut87Hqukr" target="_blank" rel="noopener noreferrer">Discord</a> server for some help?</p>
  56. <br/><br/><br/><br/><br/>
  57. </div>
  58. <footer>
  59. <p id="copyright">© AmogOS Project. All Suspiciousness Reserved.</p>
  60. </footer>
  61. </div>
  62. </body>
  63. </html>