From f38b67e5ac8c108b13d517717a6c584baf27cf2a Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 24 Feb 2024 16:35:42 +0330 Subject: [PATCH] doc: install local package --- setup/setup.sh | 3 +++ 1 file changed, 3 insertions(+) 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")