🐛 fix(snapper): fix misleading hint that assumes root config exists
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -302,7 +302,8 @@ main() {
|
|||||||
echo ""
|
echo ""
|
||||||
echo -e "${BOLD}${GREEN}══ Snapper configuration complete! ══${NC}"
|
echo -e "${BOLD}${GREEN}══ Snapper configuration complete! ══${NC}"
|
||||||
info "Timeline snapshots will run automatically via systemd timers"
|
info "Timeline snapshots will run automatically via systemd timers"
|
||||||
info "View snapshots: sudo snapper list"
|
info "List all configs: sudo snapper list-configs"
|
||||||
|
info "View snapshots: sudo snapper -c <config> list"
|
||||||
info "Manual snapshot: sudo snapper -c <config> create --description 'my-snapshot'"
|
info "Manual snapshot: sudo snapper -c <config> create --description 'my-snapshot'"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user