mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-27 18:56:38 +10:00
Using ./setup install instead of ./install.sh
This commit is contained in:
@@ -748,7 +748,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 if available."
|
||||
log_warning "In general, prefer \"./setup install\" for updates if available."
|
||||
safe_read "Continue? (y/N): " response "N"
|
||||
|
||||
if [[ ! "$response" =~ ^[Yy]$ ]]; then
|
||||
|
||||
Reference in New Issue
Block a user