mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Update emerge-webrsync to emaint sync (#26352)
Gentoo users using git to sync cannot use `emerge-webrsync` command, but it seems like `emaint sync` still works with the webrsync method. Furthermore, running the version with `emerge-webrsync` on my Gentoo computer, which syncs with git, seemed to break syncing until manually fixed (by deleting and reinstalling the gentoo repository)
This commit is contained in:
@@ -359,7 +359,7 @@ __EOT__
|
||||
*gentoo*)
|
||||
echo "It will also install the following system packages using 'emerge':" >&2
|
||||
print_package_manager_deps_and_delay
|
||||
$(nsudo) emerge-webrsync
|
||||
$(nsudo) emaint sync
|
||||
$(nsudo) emerge --noreplace --ask=n $(get_package_manager_deps | tr ' ' '\n') || signal_execution_failure
|
||||
exit_if_execution_failed
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user