aboutsummaryrefslogtreecommitdiff
path: root/content/pages/pastebin.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/pages/pastebin.md')
-rwxr-xr-xcontent/pages/pastebin.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/pages/pastebin.md b/content/pages/pastebin.md
index c1691aa..fb6021b 100755
--- a/content/pages/pastebin.md
+++ b/content/pages/pastebin.md
@@ -7,6 +7,15 @@ draft: false
7 7
8*No additional explanation provided here. Use blog for more detailed stuff.* 8*No additional explanation provided here. Use blog for more detailed stuff.*
9 9
10**▒ Install Plan9port on Linux**
11
12```sh
13sudo apt-get install gcc libx11-dev libxt-dev libxext-dev libfontconfig1-dev
14git clone https://github.com/9fans/plan9port $HOME/plan9
15cd $HOME/plan9/plan9port
16./INSTALL -r $HOME/plan9
17```
18
10**▒ Fix bootloader not being written in Plan9** 19**▒ Fix bootloader not being written in Plan9**
11 20
12If the bootloader is not being written to a disk when installing 9front on 21If the bootloader is not being written to a disk when installing 9front on