Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script for refetching all PluginLoadeplugins #42

Closed
isopix opened this issue Apr 23, 2022 · 1 comment
Closed

Script for refetching all PluginLoadeplugins #42

isopix opened this issue Apr 23, 2022 · 1 comment

Comments

@isopix
Copy link

isopix commented Apr 23, 2022

Hi,

I wrote it, because adding form interface doesn't worked few days ago for me. I think it can be useful for others:

#!/bin/sh
chmod -R 750 ~/homebrew
cd ~/homebrew/plugins
for i in SteamDeckHomebrew/Mopidy-Controller SteamDeckHomebrew/ExtraSettingsPlugin SpyrexDE/SDH-BigPictureMode SpyrexDE/SDH-Calculator NegativeI0N/SDH-ClassicTheme SteamDeckHomebrew/ExtraSettingsPlugin NGnius/PowerTools suchmememanyskill/SDH-CssLoader; do
echo "refetching: $i"
rm -rf "$HOME/homebrew/plugins/basename $i"
git clone --recursive "https://github.com/$i"
done

@marios8543
Copy link
Member

Latest release should fix fetching from the store. Also there is a bug in the loader that breaks plugins with subfolders so you really shouldn't git clone into the plugin dir until that's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants