Welcome to mirror list, hosted at ThFree Co, Russian Federation.

restore_stock_env.sh « util - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4019adf7d3fe6692ac137e90ae08c20abf2447b (plain)
1
2
3
mv .env .env.bak
wget https://raw.githubusercontent.com/cydrobolt/polr/master/.env.setup
echo "Done!"