mirror of
https://github.com/RasppleII/a2server.git
synced 2025-01-12 03:29:54 +00:00
Kramdown supports language on the fenced code line
This commit is contained in:
parent
be618c70a0
commit
da652114ab
@ -44,10 +44,9 @@
|
|||||||
|
|
||||||
* If you installed Debian rather than Ubuntu, type:
|
* If you installed Debian rather than Ubuntu, type:
|
||||||
|
|
||||||
~~~
|
~~~ bash
|
||||||
sudo sed -i '0,/-eq 0/s/-eq 0/-ge 0/' /etc/profile
|
sudo sed -i '0,/-eq 0/s/-eq 0/-ge 0/' /etc/profile
|
||||||
~~~
|
~~~
|
||||||
{: .language-bash}
|
|
||||||
|
|
||||||
* When you're back at the prompt, type `sudo shutdown -h now` which
|
* When you're back at the prompt, type `sudo shutdown -h now` which
|
||||||
will turn off the (virtual) machine.
|
will turn off the (virtual) machine.
|
||||||
|
@ -7,10 +7,9 @@ running from "bare metal" if you wanted to.
|
|||||||
|
|
||||||
To do this, [log into the a2server console](a2server_commands.md), and type:
|
To do this, [log into the a2server console](a2server_commands.md), and type:
|
||||||
|
|
||||||
~~~
|
~~~ bash
|
||||||
a2server-setup
|
a2server-setup
|
||||||
~~~
|
~~~
|
||||||
{: .language-bash}
|
|
||||||
|
|
||||||
After confirming that you want to proceed, you will be asked if you want to
|
After confirming that you want to proceed, you will be asked if you want to
|
||||||
set up A2SERVER for network boot. Just follow the prompts. If you elect to
|
set up A2SERVER for network boot. Just follow the prompts. If you elect to
|
||||||
|
@ -66,10 +66,9 @@ _A2SERVER on Raspberry Pi without screen/keyboard mouse, and a Linux computer_
|
|||||||
|
|
||||||
* On your Linux computer, type:
|
* On your Linux computer, type:
|
||||||
|
|
||||||
~~~
|
~~~ bash
|
||||||
wget ivanx.com/a2server/fix; source fix
|
wget ivanx.com/a2server/fix; source fix
|
||||||
~~~
|
~~~
|
||||||
{: .language-bash}
|
|
||||||
|
|
||||||
* Follow the on-screen instructions.
|
* Follow the on-screen instructions.
|
||||||
|
|
||||||
@ -93,10 +92,9 @@ computer_
|
|||||||
|
|
||||||
* In the virtual machine window, type:
|
* In the virtual machine window, type:
|
||||||
|
|
||||||
~~~
|
~~~ bash
|
||||||
wget ivanx.com/a2server/fix;source fix
|
wget ivanx.com/a2server/fix;source fix
|
||||||
~~~
|
~~~
|
||||||
{: .language-bash}
|
|
||||||
|
|
||||||
* Follow the on-screen instructions.
|
* Follow the on-screen instructions.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user