foxgirl-linux/settings/disable_settings.sh

8 lines
265 B
Bash
Raw Normal View History

2019-07-04 01:41:13 +02:00
#!/bin/bash
# This script will move the settings back to the storage folder, disabling it
mv ../defaults/pref/local-settings.js ./defaults/pref/local-settings.js;
mv ../distribution/policies.json ./distribution/policies.json;
mv ../librewolf.cfg ./librewolf.cfg;