You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
8 lines
97 B
Bash
8 lines
97 B
Bash
#!/bin/bash
|
|
|
|
# for github :
|
|
composer update --no-dev
|
|
|
|
# for local testing/dev:
|
|
# composer update
|