diff --git a/.config/bootstrap/install.sh b/.config/bootstrap/install.sh index b2234c9..e513efe 100644 --- a/.config/bootstrap/install.sh +++ b/.config/bootstrap/install.sh @@ -114,8 +114,8 @@ getpackagegrouplink() { case "$1" in "none") pkggroup="";; "desktop") pkggroup="https://gitlab.com/marty-oehme/dotfiles/snippets/1828258/raw" ;; - "laptop") pkggroup="https://gitlab.com/marty-oehme/dotfiles/snippets/1828258/raw" ;; - "headless") pkggroup="https://gitlab.com/marty-oehme/dotfiles/snippets/1828258/raw" ;; + "laptop") pkggroup="https://gitlab.com/marty-oehme/dotfiles/snippets/1834307/raw" ;; + "headless") pkggroup="https://gitlab.com/marty-oehme/dotfiles/snippets/1834308/raw" ;; esac }