mirror of
https://github.com/SrIzan10/TwisterOS.git
synced 2026-05-01 11:05:22 +00:00
163 lines
9.9 KiB
HTML
163 lines
9.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--Required Meta Tags-->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<!--CSS-->
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" href="favicon.png">
|
|
<title>Twister OS</title>
|
|
</head>
|
|
<body>
|
|
|
|
<!--Navbar-->
|
|
<div class="container">
|
|
<nav class="navbar navbar-expand-lg navbar-dark">
|
|
<!-- Navbar brand -->
|
|
<img src="images/TwisterOSLogo.png" class="img-fluid" width="40%">
|
|
<!-- Collapse button -->
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav"
|
|
aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<!-- Collapsible content -->
|
|
<div class="collapse navbar-collapse" id="basicExampleNav">
|
|
<!-- Links -->
|
|
<ul class="navbar-nav mr-auto">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="index.html">HOME</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="downloads.html">DOWNLOADS</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="about.html">ABOUT</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="faq.html">FAQ</a>
|
|
</li>
|
|
<!-- Collapsible content -->
|
|
</nav>
|
|
</div>
|
|
<!--/.Navbar-->
|
|
|
|
<!--Content-->
|
|
<div class="container" style="margin-top: 100px;">
|
|
|
|
|
|
<div class="panel-group" id="accordion">
|
|
<div class="faqHeader">Frequently Asked Questions</div>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">What is the password?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseOne" class="panel-collapse collapse in">
|
|
<div class="panel-body">
|
|
<p>raspberry</p>
|
|
<p>Please change your password by opening terminal and entering passwd</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTen">Will This Run On My Pi 3B+</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseTen" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
<p>While Twister OS will install on the 3B+ it is not recomended. Twister OS was designed and build around the Pi4 and you may experience issues installing on the 3B+.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseEleven">Is Twister OS 64bit?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseEleven" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
<p>No, Twister OS is a 32 bit only.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapsePatch">How do I patch Twister OS?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapsePatch" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
<ul>
|
|
<li>Download the patch you need</li>
|
|
<li>Open File Manager and navigate to Downloads</li>
|
|
<li>Right click on the patch zip file and choose extract here</li>
|
|
<li>Open the patch folder that was just created</li>
|
|
<li>Now right click a blank spot inside the folder and choose open terminal here</li>
|
|
<li>Once terminal opens type ./ followed by the .sh file name inside the current directory</li>
|
|
<li>Quick trick, you can type the first character and hit the tab key to autocomplete the filename.</li>
|
|
<li>Hit the ENTER key to begin the patch process</li>
|
|
<li>When upgrading please patch in order. Patch 1.0 to 1.1 to 1.2 to 1.3 etc.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapsePOL">Where is Play on Linux?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapsePOL" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
<p>playonlinux was removed due to too many complaints that not a lot was working with it. You can reinstall with sudo apt install playonlinux && sudo apt remove wine You need to remove wine because playonlinux will install the arm version which will conflict with x86 version of wine.</p>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseBroken">Where can I download wine?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseBroken" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
<p><a href="https://twisteros.com/wine.tgz">Download Wine</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseBroken">Your website is broken.</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseBroken" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
<p>Right before the global pandemic happened I worked full time in a warehouse. Since being laid off I've been trying to learn and develop a new skill that I am not 100% familiar with. About
|
|
The majority of this site design was quickly done over a weekend of learning so yes, a lot is broken and a lot will get fixed as I learn more and further develop a new skill set that I
|
|
previously lacked three months ago. As I learn more, the site will improve over time. So please be patient with me on my journey to develop a new skill. :)
|
|
</p>
|
|
<p>This site is up on GitHub so feel free to point out anything and everything that you find wrong and if you're a developer I would love to hear from you on any potential fixes!</p>
|
|
<p><a href="https://github.com/phoenixbyrd/TwisterOS/issues">github.com/phoenixbyrd/TwisterOS/issues</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--/.Content-->
|
|
|
|
<!-- Footer -->
|
|
<footer >
|
|
|
|
<p>Twister OS 2020 | <a href="https://discord.gg/Fh8sjmu">Join us on Discord!</a></p>
|
|
|
|
</footer>
|
|
<!--/.Footer -->
|
|
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
|
</body>
|
|
</html> |