1
This commit is contained in:
Evan Pratten 2023-10-19 10:57:23 -04:00
parent 4da10ee1e1
commit ed707c48b8

View File

@ -184,7 +184,8 @@ ewconfig-pull-zip(){
cd ~/Downloads
curl -L https://ewp.fyi/config.zip -o ewconfig.zip
rm -rf ~/.config/ewconfig
unzip -o ewconfig.zip -d ~/.config/ewconfig
unzip ewconfig.zip
mv ewconfig-master ~/.config/ewconfig
rm ewconfig.zip
# Return to the original directory