diff --git a/setup/setup.sh b/setup/setup.sh index 5873b01..ec64ef5 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -1,5 +1,8 @@ #!/bin/bash +# local package install : xbps-install -S --repository +# exmaple : sudo xbps-install -S --repository hostdir/binpkgs hyprland-0.35.0_1 + update_pkgs=false exec 1> >(tee "../hyprland_setup_log")