1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/util/restore_stock_env.sh

4 lines
102 B
Bash
Raw Normal View History

mv .env .env.bak
wget https://raw.githubusercontent.com/cydrobolt/polr/master/.env.setup
echo "Done!"