summaryrefslogtreecommitdiff
path: root/nextcloud.html
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud.html')
-rw-r--r--nextcloud.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud.html b/nextcloud.html
index 9ba13e5..0fc3af0 100644
--- a/nextcloud.html
+++ b/nextcloud.html
@@ -21,7 +21,7 @@
<p>Also, you should have your NGINX server ready and running. For this, you can follow <a href="nginx.html">this guide</a>.</p>
<h2 id="instructions">Instructions</h2>
- <p>First, we need to obtain a shell prompt by ssh-ing (remote machines or local machines) or just logging in (local machines). A traditional ssh might look like this if your username was <code>luke</code> and the domain you wished to ssh into is <code>landchad.net</code>:</p>
+ <p>First, we need to obtain a shell prompt by ssh-ing (remote machines or local machines) or just logging in (local machines). A traditional ssh might look like this if the domain you wished to ssh into is <code>landchad.net</code>:</p>
<code>$ ssh root@landchad.net</code>
<p>We should upgrade the system and then install packages that we might need. Run the following command:</p>
<code># apt-get full-upgrade -y && sudo apt-get install mariadb-server php-mysql php php-gd php-mbstring php-dom php-curl php-zip php-simplexml php-xml -y</code>