1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-12 21:22:28 +01:00
polr/util/restore_stock_env.sh

4 lines
97 B
Bash

mv .env .env.bak
wget https://raw.githubusercontent.com/cydrobolt/polr/2.0-dev/.env
echo "Done!"