mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
ensure eselect-repository installed and updated checking if guru is enablede
This commit is contained in:
@@ -9,12 +9,14 @@ printf "If not, you must ensure you are using the correct GCC version and set it
|
||||
printf "${STY_RESET}"
|
||||
pause
|
||||
|
||||
x sudo emerge --noreplace app-eselect/eselect-repository
|
||||
|
||||
if [[ -z $(eselect repository list | grep localrepo) ]]; then
|
||||
v sudo eselect repository create localrepo
|
||||
v sudo eselect repository enable localrepo
|
||||
fi
|
||||
|
||||
if [[ -z $(eselect repository list | grep guru) ]]; then
|
||||
if [[ ! $(eselect repository list | grep guru) =~ "guru \*" ]]; then
|
||||
v sudo eselect repository enable guru
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user