Center header

main
Bob Mottram 2019-11-27 10:30:21 +00:00
parent af303437f1
commit 098e3799a8
1 changed files with 6 additions and 4 deletions

View File

@ -1405,14 +1405,16 @@
Now you can navigate to your domain and register an account. The first account becomes the administrator. Now you can navigate to your domain and register an account. The first account becomes the administrator.
</p> </p>
<p id="upgrade" class="siteheader">Upgrade</p> <center>
<p id="upgrade" class="siteheader">Upgrade</p>
</center>
<p class="intro"> <p class="intro">
To subsequently upgrade: To subsequently upgrade:
</p> </p>
<div class="shell"> <div class="shell">
cd /opt/epicyon cd /opt/epicyon<br>
git pull git pull<br>
chown -R epicyon:epicyon * chown -R epicyon:epicyon *<br>
systemctl restart epicyon systemctl restart epicyon
</div> </div>
</body> </body>