Skip to content

Commit

Permalink
docs(ci): update links to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
SimJoSt committed Jun 10, 2023
1 parent 1db90b2 commit c2b3da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker_install.sh.old
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.
chmod +x /usr/local/bin/phpunit

cd /var/www/html/custom_apps/
git clone https://gitlab.com/eneiluj/phonetrack-oc phonetrack
git clone https://github.com/julien-nc/phonetrack phonetrack

sudo -u www-data php /var/www/html/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
sudo -u www-data php /var/www/html/occ app:enable phonetrack
Expand Down

0 comments on commit c2b3da6

Please sign in to comment.