forked from Shinonome/dots-hyprland
Still deprecate install.sh and update.sh anyway; Tidier structure
This commit is contained in:
@@ -13,7 +13,7 @@ The mechanism is introduced by [Makrennel](https://github.com/Makrennel) in [PR#
|
||||
Why is this awesome?
|
||||
- It makes it possible to control version since some packages may involve breaking changes from time to time.
|
||||
- It makes the dependency trackable for package manager, so that you always know why you have installed some package.
|
||||
- As a result, it enables a workable `uninstall.sh` script.
|
||||
- As a result, it enables a workable uninstall process.
|
||||
|
||||
The PKGBUILDs contains two forms of dependencies:
|
||||
- Package name written in dependencies, like a "meta" package.
|
||||
|
||||
@@ -477,7 +477,7 @@ if [[ "${SKIP_NOTICE}" == false ]]; then
|
||||
log_warning "THIS SCRIPT IS NOT FULLY TESTED AND MAY CAUSE ISSUES!"
|
||||
log_warning "It might be safer if you want to preserve your modifications and not delete added files,"
|
||||
log_warning " but this can cause partial updates and therefore unexpected behavior like in #1856."
|
||||
log_warning "In general, prefer install.sh for updates."
|
||||
log_warning "In general, prefer ./setup install for updates."
|
||||
safe_read "Continue? (y/N): " response "N"
|
||||
|
||||
if [[ ! "$response" =~ ^[Yy]$ ]]; then
|
||||
|
||||
Reference in New Issue
Block a user