Browse Source

Update instructions

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
ec7a2b507a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Repositories.php

+ 4
- 1
Repositories.php View File

@@ -55,8 +55,11 @@ $DEBIAN_PACKAGE_URL = "https://launchpad.net/~kxstudio-debian/+archive/kxstudio/
You can install it manually by running this:<br/> You can install it manually by running this:<br/>
</p> </p>
<pre> <pre>
<span style="color: rgb(110, 110, 110);"># Update software sources</span>
sudo apt-get update

<span style="color: rgb(110, 110, 110);"># Install required dependencies if needed</span> <span style="color: rgb(110, 110, 110);"># Install required dependencies if needed</span>
sudo apt-get install apt-transport-https gpgv
sudo apt-get install apt-transport-https gpgv wget


<span style="color: rgb(110, 110, 110);"># Download package file</span> <span style="color: rgb(110, 110, 110);"># Download package file</span>
wget <?php echo $DEBIAN_PACKAGE_URL . "\n"; ?> wget <?php echo $DEBIAN_PACKAGE_URL . "\n"; ?>


Loading…
Cancel
Save