mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-04 01:53:42 +02:00
doc: install local package
This commit is contained in:
parent
dee66e12a0
commit
f38b67e5ac
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/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
|
update_pkgs=false
|
||||||
|
|
||||||
exec 1> >(tee "../hyprland_setup_log")
|
exec 1> >(tee "../hyprland_setup_log")
|
||||||
|
|
Loading…
Add table
Reference in a new issue