12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="How to make your device even more sus">
- <meta name="keywords" content="amogos,amog os,amongos,amogus,among us">
- <meta name="theme-color" content="#66ddcc">
- <meta property="og:site_name" content="AmogOS">
- <meta name="og:title" content="Install Instructions">
- <meta name="og:description" content="How to make your device even more sus">
- <meta name="og:image" itemprop="image" content="https://amog-os.github.io/icons/sus.png">
- <link rel="shortcut icon" href="icons/sus.ico" sizes="32x32">
- <link rel="bookmark" href="icons/sus.ico">
- <link href="common.css" rel="stylesheet" type="text/css">
- <link href="article.css" rel="stylesheet" type="text/css">
- <title>Install Instructions - AmogOS</title>
- <style>
- #text-area a{
- color: #66ddcc;
- }
- #text-area a:hover{
- color: #669999;
- }
- </style>
- </head>
- <body>
- <div id="main-container">
- <header>
- <nav>
- <ul id="bar">
- <li><a id="nav-logo" href="https://amog-os.github.io"></a></li>
- <li><a id="nav-home" href="index.html">Home</a></li>
- <li><a id="nav-install" class="now" href="install.html">Install</a></li>
- <li><a id="nav-about" href="about.html">About</a></li>
- <li><a id="nav-donate" href="donate.html">Donate</a></li>
- </ul>
- </nav>
- </header>
- <div id="text-area">
- <h1>Install Instructions</h1>
- <h3 id="description">How to make your device even more sus.</h3>
- <p>0. Please read the <a href="https://github.com/Amog-OS/AmogOS#installation-notes">Installation Notes</a> before making your device sus.</p>
- <p>1. Download the latest files from the <a href="downloads.html">Downloads</a> page for your CPU's architecture.</p>
- <p>2. Flash the image to your device:</p>
- <ul>
- <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>
- <br/>
- <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>
- </ul>
- <br/><br/>
- <p>3. Boot it up and it's done! Your device is now a sussy wussy baka!</p>
- <br/>
- <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>
- <br/><br/><br/><br/><br/>
- </div>
- <footer>
- <p id="copyright">© AmogOS Project. All Suspiciousness Reserved.</p>
- </footer>
- </div>
- </body>
- </html>
|