1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01: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!"