Browse Source

Update the install path to /var/www

Remove the `html` level.
DricomDragon 5 years ago
parent
commit
44a6d47888
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Install/kanboard-install

+ 1 - 1
Install/kanboard-install

@@ -18,7 +18,7 @@ sudo apt install -y apache2 libapache2-mod-php php-cli php-mbstring  \
 
 ## Install Kanboard
 ### Go to apache folder
-cd /var/www/html
+cd /var/www
 
 ### Download the latest release from https://github.com/kanboard/kanboard/releases
 wget "https://github.com/kanboard/kanboard/archive/v$version.zip"