diff --git a/install.fish b/install.fish index d3b7583..f1f95ef 100755 --- a/install.fish +++ b/install.fish @@ -127,12 +127,9 @@ cd (dirname (status filename)) || exit 1 # Install metapackage for deps log 'Installing metapackage...' -if test $aur_helper = yay - $aur_helper -Bi . $noconfirm -else - $aur_helper -Ui $noconfirm -end -fish -c 'rm -f caelestia-meta-*.pkg.tar.zst' 2>/dev/null +sudo eselect repository add ceres-ebuilds git https://git.ceressees.dev/ceres-sees-all/ceres-ebuilds.git +sudo emaint sync -r ceres-ebuilds +sudo emerge -av caelestia-meta # Install hypr* configs if confirm-overwrite $config/hypr