doc: install local package

This commit is contained in:
hesam-init 2024-02-24 16:35:42 +03:30
parent dee66e12a0
commit f38b67e5ac

View file

@ -1,5 +1,8 @@
#!/bin/bash
# local package install : xbps-install -S --repository <pkg_path> <pkg_fullname>
# exmaple : sudo xbps-install -S --repository hostdir/binpkgs hyprland-0.35.0_1
update_pkgs=false
exec 1> >(tee "../hyprland_setup_log")