forked from Shinonome/dots-hyprland
Update dist-*/README.md; Update comment
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# Install scripts for Arch Linux
|
# Install scripts for Arch Linux
|
||||||
|
- See also [Install scripts | illogical-impulse](https://ii.clsty.link/en/dev/inst-script/)
|
||||||
|
|
||||||
## Old Dependency Installation Method
|
## Old Dependency Installation Method
|
||||||
The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).
|
The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).
|
||||||
|
|
||||||
|
|||||||
@@ -64,8 +64,12 @@ install-local-pkgbuild() {
|
|||||||
|
|
||||||
source ./PKGBUILD
|
source ./PKGBUILD
|
||||||
x yay -S --sudoloop $installflags --asdeps "${depends[@]}"
|
x yay -S --sudoloop $installflags --asdeps "${depends[@]}"
|
||||||
|
# man makepkg:
|
||||||
|
# -A, --ignorearch: Ignore a missing or incomplete arch field in the build script.
|
||||||
|
# -s, --syncdeps: Install missing dependencies using pacman. When build-time or run-time dependencies are not found, pacman will try to resolve them.
|
||||||
|
# -i, --install: Install or upgrade the package after a successful build using pacman(8).
|
||||||
|
# In https://github.com/end-4/dots-hyprland/issues/823#issuecomment-3394774645 it's suggested to use `sudo pacman -U --noconfirm *.pkg.tar.zst` instead of `makepkg -i`, however it's possible that multiple *.pkg.tar.zst exist, which makes this command not reliable.
|
||||||
x makepkg -Asi --noconfirm
|
x makepkg -Asi --noconfirm
|
||||||
|
|
||||||
x popd
|
x popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ Note:
|
|||||||
- This folder should reflect the equivalents of `/dist-arch/` but under Gentoo.
|
- This folder should reflect the equivalents of `/dist-arch/` but under Gentoo.
|
||||||
- **When `/dist-arch/` is newer than this folder, an update on this folder is very likely needed.**
|
- **When `/dist-arch/` is newer than this folder, an update on this folder is very likely needed.**
|
||||||
- Useful link: [Commit history on dist-arch/](https://github.com/end-4/dots-hyprland/commits/main/dist-arch)
|
- Useful link: [Commit history on dist-arch/](https://github.com/end-4/dots-hyprland/commits/main/dist-arch)
|
||||||
|
- See also [Install scripts | illogical-impulse](https://ii.clsty.link/en/dev/inst-script/)
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
- Author: [jwihardi](https://github.com/jwihardi)
|
- Author: [jwihardi](https://github.com/jwihardi)
|
||||||
|
|||||||
Reference in New Issue
Block a user