mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
10c6841f8a
Co-authored-by: rugk <rugk+git@posteo.de>
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
|
|
composer install --no-dev --optimize-autoloader
|
|
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
|
npm install --global nyc
|