fix some minor typos and fuckups
This commit is contained in:
parent
1b66e7e997
commit
90253b2d3e
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>old realmicrosoft yiffOS installers</title>
|
<title>realmicrosoft yiffOS installation guide</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
<link rel="stylesheet" href="/microsoft.css"/>
|
<link rel="stylesheet" href="/microsoft.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
@ -94,7 +94,7 @@ you can download the version of the script that we will be using from
|
||||||
<a href="/install-yiffos.sh">https://realmicrosoft.com/install-yiffos.sh</a> by running<br>
|
<a href="/install-yiffos.sh">https://realmicrosoft.com/install-yiffos.sh</a> by running<br>
|
||||||
<code>curl -O https://realmicrosoft.com/install-yiffos.sh</code><br>
|
<code>curl -O https://realmicrosoft.com/install-yiffos.sh</code><br>
|
||||||
or you can download the latest version from github by running<br>
|
or you can download the latest version from github by running<br>
|
||||||
<code>curl -O hhttps://raw.githubusercontent.com/realmicrosoft/yiffOS-install-script/main/install-yiffos.sh</code><br>
|
<code>curl -O https://raw.githubusercontent.com/realmicrosoft/yiffOS-install-script/main/install-yiffos.sh</code><br>
|
||||||
(REMINDER THAT YOU ARE RUNNING THESE COMMANDS ON THE BOOTED YIFFOS INSTALLER IMAGE)<br>
|
(REMINDER THAT YOU ARE RUNNING THESE COMMANDS ON THE BOOTED YIFFOS INSTALLER IMAGE)<br>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>help! i have received an error stating i am out of disk space!</h2>
|
<h2>help! i have received an error stating i am out of disk space!</h2>
|
||||||
|
@ -199,7 +199,7 @@ after you've run the installer, just wait a bit (or maybe a bit longer, dependin
|
||||||
cpu and internet speed) and you'll be prompted to set a root password. make sure it's something
|
cpu and internet speed) and you'll be prompted to set a root password. make sure it's something
|
||||||
that you can remember for at least the next 10 minutes or so because you'll need it to log in
|
that you can remember for at least the next 10 minutes or so because you'll need it to log in
|
||||||
to your new yiffOS install. IMPORTANT!!! DO NOT REBOOT YET!!! we still have some work to do!<br>
|
to your new yiffOS install. IMPORTANT!!! DO NOT REBOOT YET!!! we still have some work to do!<br>
|
||||||
(IF YOU PULLED FROM GITHUB, THIS IS FIXED!!!!)<br>
|
(IF YOU PULLED FROM GITHUB, THIS **MIGHT BE** FIXED!!!!)<br>
|
||||||
the install script has an issue in it that will cause dbus to not work, so we'll need to fix this.
|
the install script has an issue in it that will cause dbus to not work, so we'll need to fix this.
|
||||||
luckily, it's a pretty simple fix, just run<br>
|
luckily, it's a pretty simple fix, just run<br>
|
||||||
<div class="code-screenshot centre">
|
<div class="code-screenshot centre">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>old realmicrosoft yiffOS installers</title>
|
<title>realmicrosoft yiffOS installers</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
<link rel="stylesheet" href="/microsoft.css"/>
|
<link rel="stylesheet" href="/microsoft.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue